Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
type
vecPuller
struct
{
76
vec vector.Any
77
}
78
79
func
(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