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

Method Timestamp

pkg/col/coldata/vec.go:238–240  ·  view source on GitHub ↗

Timestamp returns a time.Time slice.

()

Source from the content-addressed store, hash-verified

236
237// Timestamp returns a time.Time slice.
238func (v *Vec) Timestamp() Times {
239 return v.col.(Times)
240}
241
242// Interval returns a duration.Duration slice.
243func (v *Vec) Interval() Durations {

Callers 8

AppendMethod · 0.95
CopyMethod · 0.95
WindowMethod · 0.95
AssertEquivalentBatchesFunction · 0.80
SetBatchMethod · 0.80
SetValueAtFunction · 0.80
GetValueAtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected