Skip to content

FuncCallExprBuilder🔗

Constructor🔗

func NewFuncCallExprBuilder() *FuncCallExprBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *FuncCallExprBuilder) Build() (Expr, error)

Arg🔗

Arguments.

func (builder *FuncCallExprBuilder) Arg(arg cog.Builder[promql.Expr]) *FuncCallExprBuilder

Args🔗

Arguments.

func (builder *FuncCallExprBuilder) Args(args []cog.Builder[promql.Expr]) *FuncCallExprBuilder

Function🔗

Name of the function.

func (builder *FuncCallExprBuilder) Function(function string) *FuncCallExprBuilder

See also🔗