Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewDynamicBuilder
Function
NewDynamicBuilder
vector/builder.go:23–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
func
NewDynamicBuilder() *DynamicBuilder {
24
return
&DynamicBuilder{
25
which: make(
map
[super.Type]int),
26
}
27
}
28
29
func
(d *DynamicBuilder) Write(val super.Value) {
30
typ := val.Type()
Callers
15
Dematerialize
Function · 0.92
ValToVec
Function · 0.92
ValToPuller
Function · 0.92
ConcurrentPull
Method · 0.92
Eval
Method · 0.92
build
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
slow
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Calls
no outgoing calls
Tested by
2
valToVec
Function · 0.74
TestObjectProjectMetadata
Function · 0.74