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

Function NewArrayExpr

runtime/sam/expr/values.go:259–264  ·  view source on GitHub ↗
(sctx *super.Context, elems []VectorElem)

Source from the content-addressed store, hash-verified

257}
258
259func NewArrayExpr(sctx *super.Context, elems []VectorElem) *ArrayExpr {
260 return &ArrayExpr{
261 elems: elems,
262 sctx: sctx,
263 }
264}
265
266func (a *ArrayExpr) Eval(this super.Value) super.Value {
267 a.builder.Reset()

Callers 1

compileArrayExprMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected