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

Method ColVec

pkg/col/coldata/batch.go:367–369  ·  view source on GitHub ↗

ColVec implements the Batch interface.

(i int)

Source from the content-addressed store, hash-verified

365
366// ColVec implements the Batch interface.
367func (m *MemBatch) ColVec(i int) *Vec {
368 return m.b[i]
369}
370
371// ColVecs implements the Batch interface.
372func (m *MemBatch) ColVecs() []*Vec {

Callers 1

ResetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected