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

Function NewTypeValue

vector/type.go:14–16  ·  view source on GitHub ↗
(table BytesTable)

Source from the content-addressed store, hash-verified

12var _ Any = (*TypeValue)(nil)
13
14func NewTypeValue(table BytesTable) *TypeValue {
15 return &TypeValue{table}
16}
17
18func NewTypeValueEmpty(cap uint32) *TypeValue {
19 return NewTypeValue(NewBytesTableEmpty(cap))

Callers 5

newVectorMethod · 0.92
projectMethod · 0.92
NewConstTypeFunction · 0.70
NewTypeValueEmptyFunction · 0.70
BuildMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected