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

Function newErrorMissing

compiler/optimizer/optimizer.go:899–901  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

897}
898
899func newErrorMissing() dag.Expr {
900 return dag.NewCall("error", []dag.Expr{&dag.PrimitiveExpr{Kind: "PrimitiveExpr", Value: `"missing"`}})
901}

Callers 2

liftFilterOpsFunction · 0.85
mergeValuesOpsFunction · 0.85

Calls 1

NewCallFunction · 0.92

Tested by

no test coverage detected