ExprBuilder
Constructor
func NewExprBuilder() *ExprBuilder
Methods
Build
Builds the object.
func (builder *ExprBuilder) Build() (variants.Dataquery, error)
TypeClassicConditions
func (builder *ExprBuilder) TypeClassicConditions(typeClassicConditions cog.Builder[expr.TypeClassicConditions]) *ExprBuilder
TypeMath
func (builder *ExprBuilder) TypeMath(typeMath cog.Builder[expr.TypeMath]) *ExprBuilder
TypeReduce
func (builder *ExprBuilder) TypeReduce(typeReduce cog.Builder[expr.TypeReduce]) *ExprBuilder
TypeResample
func (builder *ExprBuilder) TypeResample(typeResample cog.Builder[expr.TypeResample]) *ExprBuilder
TypeSql
func (builder *ExprBuilder) TypeSql(typeSql cog.Builder[expr.TypeSql]) *ExprBuilder
TypeThreshold
func (builder *ExprBuilder) TypeThreshold(typeThreshold cog.Builder[expr.TypeThreshold]) *ExprBuilder
See also