Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
203
func
(v *Vec) Bool() Bools {
204
return
v.col.(Bools)
205
}
206
207
// Int16 returns an int16 slice.
208
func
(v *Vec) Int16() Int16s {
Callers
4
Append
Method · 0.95
Copy
Method · 0.95
CopyWithReorderedSource
Method · 0.95
Window
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected