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

Method Int64

pkg/col/coldata/vec.go:218–220  ·  view source on GitHub ↗

Int64 returns an int64 slice.

()

Source from the content-addressed store, hash-verified

216
217// Int64 returns an int64 slice.
218func (v *Vec) Int64() Int64s {
219 return v.col.(Int64s)
220}
221
222// Float64 returns a float64 slice.
223func (v *Vec) Float64() Float64s {

Callers 9

AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95
DecimalToHLCFunction · 0.80
FromBigIntFunction · 0.80
SetBatchMethod · 0.80
SetValueAtFunction · 0.80
GetValueAtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected