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

Function NewBytes

vector/bytes.go:15–17  ·  view source on GitHub ↗
(table BytesTable)

Source from the content-addressed store, hash-verified

13var _ Any = (*Bytes)(nil)
14
15func NewBytes(table BytesTable) *Bytes {
16 return &Bytes{table}
17}
18
19func NewBytesEmpty(cap uint32) *Bytes {
20 return NewBytes(NewBytesTableEmpty(cap))

Callers 9

newVectorMethod · 0.92
projectMethod · 0.92
bytesOrStringVecMethod · 0.92
castToBytesFunction · 0.92
DictMethod · 0.92
buildMethod · 0.92
NewConstBytesFunction · 0.70
NewBytesEmptyFunction · 0.70
BuildMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected