Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewLogicalAnd
Function
NewLogicalAnd
runtime/sam/expr/eval.go:50–52 ·
view source on GitHub ↗
(sctx *super.Context, lhs, rhs Evaluator)
Source
from the content-addressed store, hash-verified
48
}
49
50
func
NewLogicalAnd(sctx *super.Context, lhs, rhs Evaluator) *And {
51
return
&And{sctx, lhs, rhs}
52
}
53
54
type
Or
struct
{
55
sctx *super.Context
Callers
1
compileBinary
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected