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

Function NewMapCall

runtime/sam/expr/map.go:20–22  ·  view source on GitHub ↗
(sctx *super.Context, e, lambda Evaluator)

Source from the content-addressed store, hash-verified

18}
19
20func NewMapCall(sctx *super.Context, e, lambda Evaluator) Evaluator {
21 return &mapCall{eval: e, lambda: lambda, sctx: sctx}
22}
23
24func (a *mapCall) Eval(in super.Value) super.Value {
25 val := a.eval.Eval(in)

Callers 1

compileMapCallMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected