Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ RawBytes
Method
RawBytes
vector/bytes.go:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
func
(b BytesTable) RawBytes() []byte {
81
return
b.bytes
82
}
83
84
func
(b BytesTable) RawOffsets() []uint32 {
85
return
b.offsets
Callers
1
writeTable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected