FuncCallExpr
Constructor
Methods
build
Builds the object.
def build() -> promql.FuncCallExpr
arg
Arguments.
def arg(arg: cogbuilder.Builder[promql.Expr]) -> typing.Self
args
Arguments.
def args(args: list[cogbuilder.Builder[promql.Expr]]) -> typing.Self
function
Name of the function.
def function(function: str) -> typing.Self
See also