Home
last modified time | relevance | path

Searched defs:integerDescendingBatchCursor (Results 1 – 1 of 1) 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.go498 type integerDescendingBatchCursor struct { struct
499 cache struct {
504 tsm struct {
511 end int64
512 t []int64
513 v []int64
555 func (c *integerDescendingBatchCursor) Err() error { return nil }
558 func (c *integerDescendingBatchCursor) Close() {
566 func (c *integerDescendingBatchCursor) Next() ([]int64, []int64) {
631 func (c *integerDescendingBatchCursor) nextCache() {
[all …]