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

Method Append

vector/type.go:22–24  ·  view source on GitHub ↗
(v []byte)

Source from the content-addressed store, hash-verified

20}
21
22func (t *TypeValue) Append(v []byte) {
23 t.table.Append(v)
24}
25
26func (*TypeValue) Kind() Kind {
27 return KindType

Callers 1

SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected