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

Struct puller

vector/vio/io.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type puller struct {
34 vecs []vector.Any
35}
36
37func (p *puller) Pull(done bool) (vector.Any, error) {
38 if len(p.vecs) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected