MCPcopy 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
380func NewIsNullExpr(e Evaluator) Evaluator {
381 return &isNullExpr{e}
382}
383
384func (i *isNullExpr) Eval(this super.Value) super.Value {
385 val := i.eval.Eval(this).Deunion()

Callers 1

compileIsNullExprMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected