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

Method Serialize

vector/dict.go:23–25  ·  view source on GitHub ↗
(builder *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

21}
22
23func (d *Dict) Serialize(builder *scode.Builder, slot uint32) {
24 d.Any.Serialize(builder, uint32(d.Index[slot]))
25}
26
27// RebuildDropIndex rebuilds the dictionary Index and Count values with tags removed.
28func (d *Dict) RebuildDropTags(tags ...uint32) ([]byte, []uint32, []uint32) {

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.65

Tested by

no test coverage detected