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

Method Serialize

vector/null.go:24–26  ·  view source on GitHub ↗
(b *scode.Builder, _ uint32)

Source from the content-addressed store, hash-verified

22}
23
24func (*Null) Serialize(b *scode.Builder, _ uint32) {
25 b.Append(nil)
26}
27
28func (*Null) Type() super.Type {
29 return super.TypeNull

Callers

nothing calls this directly

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected