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

Function NewTypeValueEmpty

vector/type.go:18–20  ·  view source on GitHub ↗
(cap uint32)

Source from the content-addressed store, hash-verified

16}
17
18func NewTypeValueEmpty(cap uint32) *TypeValue {
19 return NewTypeValue(NewBytesTableEmpty(cap))
20}
21
22func (t *TypeValue) Append(v []byte) {
23 t.table.Append(v)

Callers 4

evalMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
castToTypeFunction · 0.92

Calls 2

NewBytesTableEmptyFunction · 0.85
NewTypeValueFunction · 0.70

Tested by

no test coverage detected