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

Method Int16

pkg/col/coldata/vec.go:208–210  ·  view source on GitHub ↗

Int16 returns an int16 slice.

()

Source from the content-addressed store, hash-verified

206
207// Int16 returns an int16 slice.
208func (v *Vec) Int16() Int16s {
209 return v.col.(Int16s)
210}
211
212// Int32 returns an int32 slice.
213func (v *Vec) Int32() Int32s {

Callers 4

AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected