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

Function DecodeBytes

primitive.go:47–49  ·  view source on GitHub ↗
(zv scode.Bytes)

Source from the content-addressed store, hash-verified

45}
46
47func DecodeBytes(zv scode.Bytes) []byte {
48 return []byte(zv)
49}
50
51func (t *TypeOfBytes) ID() int {
52 return IDBytes

Callers 3

compareValuesFunction · 0.92
EvalMethod · 0.92
buildArrowValueMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected