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

Function NewBytesTableEmpty

vector/bytes.go:76–78  ·  view source on GitHub ↗
(cap uint32)

Source from the content-addressed store, hash-verified

74}
75
76func NewBytesTableEmpty(cap uint32) BytesTable {
77 return BytesTable{make([]uint32, 1, cap+1), nil}
78}
79
80func (b BytesTable) RawBytes() []byte {
81 return b.bytes

Callers 4

DictMethod · 0.92
NewStringEmptyFunction · 0.85
NewTypeValueEmptyFunction · 0.85
NewBytesEmptyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected