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

Struct vecPuller

sbuf/materialize.go:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type vecPuller struct {
76 vec vector.Any
77}
78
79func (v *vecPuller) Pull(bool) (vector.Any, error) {
80 vec := v.vec

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected