MCPcopy 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
80func (b BytesTable) RawBytes() []byte {
81 return b.bytes
82}
83
84func (b BytesTable) RawOffsets() []uint32 {
85 return b.offsets

Callers 1

writeTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected