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

Struct recordExpr

runtime/vam/expr/recordexpr.go:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type recordExpr struct {
40 sctx *super.Context
41 elems []RecordElem
42
43 elemVecs []vector.Any
44 fields []super.Field
45 fieldIndexes map[string]int
46 fieldVecs []vector.Any
47}
48
49func (r *recordExpr) Eval(this vector.Any) vector.Any {
50 if len(r.elems) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected