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

Struct puller

sbuf/batch.go:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type puller struct {
74 zr sio.Reader
75}
76
77func (p *puller) Pull(done bool) (Batch, error) {
78 if done {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected