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

Function NewIn

runtime/sam/expr/eval.go:128–134  ·  view source on GitHub ↗
(sctx *super.Context, elem, container Evaluator)

Source from the content-addressed store, hash-verified

126}
127
128func NewIn(sctx *super.Context, elem, container Evaluator) *In {
129 return &In{
130 sctx: sctx,
131 elem: elem,
132 container: container,
133 }
134}
135
136func (i *In) Eval(this super.Value) super.Value {
137 elem := i.elem.Eval(this).Deunion()

Callers 1

compileBinaryMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected