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

Function NewIndexExpr

runtime/sam/expr/eval.go:673–675  ·  view source on GitHub ↗
(sctx *super.Context, container, index Evaluator, base1 bool)

Source from the content-addressed store, hash-verified

671}
672
673func NewIndexExpr(sctx *super.Context, container, index Evaluator, base1 bool) Evaluator {
674 return &Index{sctx, container, index, base1}
675}
676
677func (i *Index) Eval(this super.Value) super.Value {
678 container := i.container.Eval(this)

Callers 1

compileIndexExprMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected