MCPcopy 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
84func (b BytesTable) RawOffsets() []uint32 {
85 return b.offsets
86}
87
88func (b BytesTable) Bytes(slot uint32) []byte {
89 return b.bytes[b.offsets[slot]:b.offsets[slot+1]]

Callers 1

writeTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected