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

Method Datum

pkg/col/coldata/vec.go:253–255  ·  view source on GitHub ↗

Datum returns a vector of Datums.

()

Source from the content-addressed store, hash-verified

251
252// Datum returns a vector of Datums.
253func (v *Vec) Datum() DatumVec {
254 return v.col.(DatumVec)
255}
256
257// Col returns the raw, typeless backing storage for this Vec.
258func (v *Vec) Col() Column {

Callers 4

AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected