MCPcopy 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
23func NewDynamicBuilder() *DynamicBuilder {
24 return &DynamicBuilder{
25 which: make(map[super.Type]int),
26 }
27}
28
29func (d *DynamicBuilder) Write(val super.Value) {
30 typ := val.Type()

Callers 15

DematerializeFunction · 0.92
ValToVecFunction · 0.92
ValToPullerFunction · 0.92
ConcurrentPullMethod · 0.92
EvalMethod · 0.92
buildMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
slowMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92

Calls

no outgoing calls

Tested by 2

valToVecFunction · 0.74