Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
func
newHas(sctx *super.Context) *Has {
16
return
&Has{not: expr.NewLogicalNot(sctx, &expr.This{})}
17
}
18
19
func
(h *Has) Call(args ...vector.Any) vector.Any {
20
return
h.not.Eval(h.missing.Call(args...))
Callers
1
New
Function · 0.85
Calls
1
NewLogicalNot
Function · 0.92
Tested by
no test coverage detected