MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Bytes

Method Bytes

pkg/col/coldata/vec.go:228–230  ·  view source on GitHub ↗

Bytes returns a flat Bytes representation.

()

Source from the content-addressed store, hash-verified

226
227// Bytes returns a flat Bytes representation.
228func (v *Vec) Bytes() *Bytes {
229 return v.col.(*Bytes)
230}
231
232// Decimal returns an apd.Decimal slice.
233func (v *Vec) Decimal() Decimals {

Callers 5

CapacityMethod · 0.95
AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected