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

Interface Any

vector/any.go:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Any interface {
9 Type() super.Type
10 Kind() Kind
11 Len() uint32
12 Serialize(*scode.Builder, uint32)
13}
14
15// ValueAt returns the value in vec at slot. If b is not nil, ValueAt calls b's
16// Truncate method and builds the value in it. To safely reuse b while the

Callers 3

CallMethod · 0.92
castToBoolFunction · 0.92
castToStringFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected