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

Function NewDynamic

vector/dynamic.go:26–28  ·  view source on GitHub ↗
(tags []uint32, values []Any)

Source from the content-addressed store, hash-verified

24}
25
26func NewDynamic(tags []uint32, values []Any) *Dynamic {
27 return &Dynamic{Tags: tags, Values: values}
28}
29
30func (*Dynamic) Kind() Kind {
31 return KindInvalid

Callers 13

projectMethod · 0.92
indexRecordFunction · 0.92
CallMethod · 0.92
CallMethod · 0.92
PullMethod · 0.92
interleaveFunction · 0.92
forwardMethod · 0.92
NewFieldFromRLEFunction · 0.85
stitchFunction · 0.85
NewUnionFunction · 0.85
PickFunction · 0.85
BuildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected