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

Method bytes

value.go:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41func NewValue(t Type, b scode.Bytes) Value { return Value{t, unsafe.SliceData(b), uint64(len(b))} }
42func (v Value) bytes() scode.Bytes { return unsafe.Slice(v.base, v.len) }
43
44// nativeBase is the base address for all native Values, which are encoded with
45// the base field set to this address and the len field set to the bits of the

Callers 9

UintMethod · 0.95
IntMethod · 0.95
FloatMethod · 0.95
BoolMethod · 0.95
BytesMethod · 0.95
CopyMethod · 0.95
CopyFromMethod · 0.95
DeunionMethod · 0.95
BenchmarkSortFunction · 0.80

Calls

no outgoing calls

Tested by 1

BenchmarkSortFunction · 0.64