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

Method Float64

pkg/col/coldata/vec.go:223–225  ·  view source on GitHub ↗

Float64 returns a float64 slice.

()

Source from the content-addressed store, hash-verified

221
222// Float64 returns a float64 slice.
223func (v *Vec) Float64() Float64s {
224 return v.col.(Float64s)
225}
226
227// Bytes returns a flat Bytes representation.
228func (v *Vec) Bytes() *Bytes {

Callers 4

AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected