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

Method Value

vector/type.go:38–40  ·  view source on GitHub ↗
(slot uint32)

Source from the content-addressed store, hash-verified

36}
37
38func (t *TypeValue) Value(slot uint32) []byte {
39 return t.table.Bytes(slot)
40}
41
42func (t *TypeValue) Table() BytesTable {
43 return t.table

Callers 2

SerializeMethod · 0.95
TypeValueValueFunction · 0.45

Calls 1

BytesMethod · 0.45

Tested by

no test coverage detected