Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
899
func
newErrorMissing() dag.Expr {
900
return
dag.NewCall(
"error"
, []dag.Expr{&dag.PrimitiveExpr{Kind:
"PrimitiveExpr"
, Value: `
"missing"
`}})
901
}
Callers
2
liftFilterOps
Function · 0.85
mergeValuesOps
Function · 0.85
Calls
1
NewCall
Function · 0.92
Tested by
no test coverage detected