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

Method Bool

pkg/col/coldata/vec.go:203–205  ·  view source on GitHub ↗

Bool returns a bool list.

()

Source from the content-addressed store, hash-verified

201
202// Bool returns a bool list.
203func (v *Vec) Bool() Bools {
204 return v.col.(Bools)
205}
206
207// Int16 returns an int16 slice.
208func (v *Vec) Int16() Int16s {

Callers 4

AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected