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

TypeAlias Bytes

scode/bytes.go:26–26  ·  view source on GitHub ↗

Bytes is the serialized representation of a sequence of BSUP values.

Source from the content-addressed store, hash-verified

24
25// Bytes is the serialized representation of a sequence of BSUP values.
26type Bytes []byte
27
28// Iter returns an Iter for the receiver.
29func (b Bytes) Iter() Iter {

Callers 15

complex.goFile · 0.92
EncodeBytesFunction · 0.92
EncodeStringFunction · 0.92
appendTypeValueFunction · 0.92
BuildPrimitiveFunction · 0.92
EvalMethod · 0.92
IntMethod · 0.92
UintMethod · 0.92
Float32Method · 0.92
Float64Method · 0.92
TimeMethod · 0.92
NewValueFromDistinctKeyFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected