MCPcopy Create free account
hub / github.com/brimdata/super / NewCall

Function NewCall

compiler/dag/expr.go:208–214  ·  view source on GitHub ↗
(tag string, args []Expr)

Source from the content-addressed store, hash-verified

206}
207
208func NewCall(tag string, args []Expr) *CallExpr {
209 return &CallExpr{
210 Kind: "CallExpr",
211 Tag: tag,
212 Args: args,
213 }
214}
215
216func NewThis(path []string) *ThisExpr {
217 return &ThisExpr{"ThisExpr", path}

Callers 3

DataFilterMethod · 0.92
compareFunction · 0.92
newErrorMissingFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected