Skip to content

QueryBuilder🔗

Constructor🔗

new QueryBuilder()

Methods🔗

build🔗

Builds the object.

build()

typeClassicConditions🔗

typeClassicConditions(typeClassicConditions: cog.Builder<expr.TypeClassicConditions>)

typeMath🔗

typeMath(typeMath: cog.Builder<expr.TypeMath>)

typeReduce🔗

typeReduce(typeReduce: cog.Builder<expr.TypeReduce>)

typeResample🔗

typeResample(typeResample: cog.Builder<expr.TypeResample>)

typeSql🔗

typeSql(typeSql: cog.Builder<expr.TypeSql>)

typeThreshold🔗

typeThreshold(typeThreshold: cog.Builder<expr.TypeThreshold>)

datasource🔗

New type for datasource reference

Not creating a new type until we figure out how to handle DS refs for group by, adhoc, and every place that uses DataSourceRef in TS.

datasource(ref: {
    name?: string;
})

version🔗

version(version: string)

See also🔗