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

Struct conditional

runtime/vam/expr/conditional.go:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type conditional struct {
10 sctx *super.Context
11 predicate Evaluator
12 thenExpr Evaluator
13 elseExpr Evaluator
14}
15
16func NewConditional(sctx *super.Context, predicate, thenExpr, elseExpr Evaluator) Evaluator {
17 return &conditional{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected