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

Function newHas

runtime/vam/expr/function/has.go:15–17  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

13}
14
15func newHas(sctx *super.Context) *Has {
16 return &Has{not: expr.NewLogicalNot(sctx, &expr.This{})}
17}
18
19func (h *Has) Call(args ...vector.Any) vector.Any {
20 return h.not.Eval(h.missing.Call(args...))

Callers 1

NewFunction · 0.85

Calls 1

NewLogicalNotFunction · 0.92

Tested by

no test coverage detected