Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Materializer
Struct
Materializer
sbuf/materialize.go:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
Materializer
struct
{
14
parent vio.Puller
15
}
16
17
var
_ Puller = (*Materializer)(nil)
18
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected