Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
func
NewBytesTableEmpty(cap uint32) BytesTable {
77
return
BytesTable{make([]uint32, 1, cap+1), nil}
78
}
79
80
func
(b BytesTable) RawBytes() []byte {
81
return
b.bytes
Callers
4
Dict
Method · 0.92
NewStringEmpty
Function · 0.85
NewTypeValueEmpty
Function · 0.85
NewBytesEmpty
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected