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

Method Len

vector/type.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (t *TypeValue) Len() uint32 {
35 return t.table.Len()
36}
37
38func (t *TypeValue) Value(slot uint32) []byte {
39 return t.table.Bytes(slot)

Callers

nothing calls this directly

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected