QueryV2Builder
Constructor
Methods
build
Builds the object.
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;
})
labels
labels(labels: Record<string, string>)
version
See also