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

Struct mapCall

runtime/vam/expr/mapcall.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type mapCall struct {
9 sctx *super.Context
10 expr Evaluator
11 lambda Evaluator
12}
13
14func NewMapCall(sctx *super.Context, e, lambda Evaluator) Evaluator {
15 return &mapCall{sctx: sctx, expr: e, lambda: lambda}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected