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

Method CanonicalTypeFamily

pkg/col/coldata/vec.go:193–195  ·  view source on GitHub ↗

CanonicalTypeFamily returns the canonical type family of data stored in this Vec.

()

Source from the content-addressed store, hash-verified

191// CanonicalTypeFamily returns the canonical type family of data stored in this
192// Vec.
193func (v *Vec) CanonicalTypeFamily() types.Family {
194 return v.canonicalTypeFamily
195}
196
197// SetCol sets the member column (in the case of mutable columns).
198func (v *Vec) SetCol(col Column) {

Callers 15

CapacityMethod · 0.95
AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95
AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95
SetBatchMethod · 0.80
SetValueAtFunction · 0.80
GetValueAtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected