Home
last modified time | relevance | path

Searched refs:integerAscendingBatchCursor (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.go358 type integerAscendingBatchCursor struct { struct
376 func newIntegerAscendingBatchCursor() *integerAscendingBatchCursor {
377 return &integerAscendingBatchCursor{
383 func (c *integerAscendingBatchCursor) reset(seek, end int64, cacheValues Values, tsmKeyCursor *KeyC… argument
397 func (c *integerAscendingBatchCursor) Err() error { return nil } argument
400 func (c *integerAscendingBatchCursor) Close() { argument
408 func (c *integerAscendingBatchCursor) Next() ([]int64, []int64) { argument
466 func (c *integerAscendingBatchCursor) peekCache() (t int64, v int64) { argument
472 func (c *integerAscendingBatchCursor) nextCache() { argument
479 func (c *integerAscendingBatchCursor) peekTSM() (t int64, v int64) { argument
[all …]
H A Dcursor_iterator.go20 Integer *integerAscendingBatchCursor