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