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

Function NewBatch

sbuf/batch.go:206–208  ·  view source on GitHub ↗
(vals []super.Value)

Source from the content-addressed store, hash-verified

204}
205
206func NewBatch(vals []super.Value) Batch {
207 return &batch{Batch: NewArray(vals)}
208}

Callers 14

PullMethod · 0.92
unnestMethod · 0.92
sendMethod · 0.92
PullMethod · 0.92
PullMethod · 0.92
PullMethod · 0.92
PullMethod · 0.92
ForwardMethod · 0.92
ForwardMethod · 0.92
resultMethod · 0.92
readSpillsMethod · 0.92
readTableMethod · 0.92

Calls 1

NewArrayFunction · 0.70

Tested by

no test coverage detected