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

Method Segment

csup/int.go:210–218  ·  view source on GitHub ↗
(off uint64)

Source from the content-addressed store, hash-verified

208}
209
210func (u *Uint32Encoder) Segment(off uint64) (uint64, Segment) {
211 len := uint64(len(u.out))
212 return off + len, Segment{
213 Offset: off,
214 MemLength: len,
215 Length: u.bytesLen,
216 CompressionFormat: CompressionFormatNone,
217 }
218}
219
220type offsetsEncoder struct {
221 Uint32Encoder

Callers 8

MetadataMethod · 0.80
MetadataMethod · 0.80
MetadataMethod · 0.80
MetadataMethod · 0.80
MetadataMethod · 0.80
MetadataMethod · 0.80
EncodeMethod · 0.80
MetadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected