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

Method Decimal

pkg/col/coldata/vec.go:233–235  ·  view source on GitHub ↗

Decimal returns an apd.Decimal slice.

()

Source from the content-addressed store, hash-verified

231
232// Decimal returns an apd.Decimal slice.
233func (v *Vec) Decimal() Decimals {
234 return v.col.(Decimals)
235}
236
237// Timestamp returns a time.Time slice.
238func (v *Vec) Timestamp() Times {

Callers 4

AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected