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

Function NewLogicalOr

runtime/sam/expr/eval.go:60–62  ·  view source on GitHub ↗
(sctx *super.Context, lhs, rhs Evaluator)

Source from the content-addressed store, hash-verified

58}
59
60func NewLogicalOr(sctx *super.Context, lhs, rhs Evaluator) *Or {
61 return &Or{sctx, lhs, rhs}
62}
63
64// EvalBool evaluates e with this and returns the result if it is a bool or error.
65// Otherwise, EvalBool returns an error.

Callers 1

compileBinaryMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected