MCPcopy Create free account
hub / github.com/brimdata/super / Bytes

Method Bytes

vector/bytes.go:88–90  ·  view source on GitHub ↗
(slot uint32)

Source from the content-addressed store, hash-verified

86}
87
88func (b BytesTable) Bytes(slot uint32) []byte {
89 return b.bytes[b.offsets[slot]:b.offsets[slot+1]]
90}
91
92func (b BytesTable) String(slot uint32) string {
93 return string(b.bytes[b.offsets[slot]:b.offsets[slot+1]])

Callers 9

SerializeMethod · 0.45
SerializeMethod · 0.45
NewConstFromValueFunction · 0.45
ValueAtFunction · 0.45
ValueMethod · 0.45
BenchmarkReadBSUPFunction · 0.45
BenchmarkReadCSUPFunction · 0.45
ValueMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by 2

BenchmarkReadBSUPFunction · 0.36
BenchmarkReadCSUPFunction · 0.36