Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewIsNullExpr
Function
NewIsNullExpr
runtime/sam/expr/eval.go:380–382 ·
view source on GitHub ↗
(e Evaluator)
Source
from the content-addressed store, hash-verified
378
}
379
380
func
NewIsNullExpr(e Evaluator) Evaluator {
381
return
&isNullExpr{e}
382
}
383
384
func
(i *isNullExpr) Eval(this super.Value) super.Value {
385
val := i.eval.Eval(this).Deunion()
Callers
1
compileIsNullExpr
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected