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

Function NewCall

compiler/semantic/sem/expr.go:238–244  ·  view source on GitHub ↗
(n ast.Node, tag string, args []Expr)

Source from the content-addressed store, hash-verified

236}
237
238func NewCall(n ast.Node, tag string, args []Expr) *CallExpr {
239 return &CallExpr{
240 Node: n,
241 Tag: tag,
242 Args: args,
243 }
244}
245
246func NewStructuredError(n ast.Node, message string, on Expr) Expr {
247 rec := &RecordExpr{

Callers 11

semOpMethod · 0.92
exprMethod · 0.92
existsExprMethod · 0.92
dynamicTypeNameFunction · 0.92
semCallByNameMethod · 0.92
semExtractExprMethod · 0.92
fstringExprMethod · 0.92
resolveCallMethod · 0.92
NewStringErrorFunction · 0.70
valueToExprFunction · 0.70
NewCastFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected