Home
last modified time | relevance | path

Searched refs:floatAscendingBatchCursor (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dbatch_cursor.gen.go59 type floatAscendingBatchCursor struct { struct
77 func newFloatAscendingBatchCursor() *floatAscendingBatchCursor {
78 return &floatAscendingBatchCursor{
84 func (c *floatAscendingBatchCursor) reset(seek, end int64, cacheValues Values, tsmKeyCursor *KeyCur… argument
98 func (c *floatAscendingBatchCursor) Err() error { return nil } argument
101 func (c *floatAscendingBatchCursor) Close() { argument
109 func (c *floatAscendingBatchCursor) Next() ([]int64, []float64) { argument
167 func (c *floatAscendingBatchCursor) peekCache() (t int64, v float64) { argument
173 func (c *floatAscendingBatchCursor) nextCache() { argument
180 func (c *floatAscendingBatchCursor) peekTSM() (t int64, v float64) { argument
[all …]
H A Dcursor_iterator.go19 Float *floatAscendingBatchCursor