MCPcopy 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
50func NewLogicalAnd(sctx *super.Context, lhs, rhs Evaluator) *And {
51 return &And{sctx, lhs, rhs}
52}
53
54type Or struct {
55 sctx *super.Context

Callers 1

compileBinaryMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected