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

Method Pull

sbuf/batch.go:56–56  ·  view source on GitHub ↗
(bool)

Source from the content-addressed store, hash-verified

54// return EOS. Pull is not safe to call concurrently.
55type Puller interface {
56 Pull(bool) (Batch, error)
57}
58
59// PullerBatchBytes is the maximum number of bytes (in the super.Value.Byte

Callers 15

sendSpillsMethod · 0.95
pushOutputMethod · 0.95
runFunction · 0.65
CopyFunction · 0.65
CopyMuxFunction · 0.65
handleQueryFunction · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
closeMethod · 0.65
listMethod · 0.65

Implementers 15

pullervector/vio/io.go
Materializersbuf/materialize.go
vecPullersbuf/materialize.go
Dematerializersbuf/materialize.go
namedScannersbuf/scanner.go
multiScannersbuf/scanner.go
pullersbuf/batch.go
scannerapi/queryio/client.go
Queryruntime/exec/query.go
closePullerruntime/exec/environment.go
Projectionruntime/vam/projection.go
Filterruntime/vam/op/filter.go

Calls

no outgoing calls

Tested by

no test coverage detected