Home
last modified time | relevance | path

Searched defs:integerAscendingBatchCursor (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.go358 type integerAscendingBatchCursor struct { struct
359 cache struct {
364 tsm struct {
371 end int64
372 t []int64
373 v []int64
397 func (c *integerAscendingBatchCursor) Err() error { return nil }
400 func (c *integerAscendingBatchCursor) Close() {
408 func (c *integerAscendingBatchCursor) Next() ([]int64, []int64) {
472 func (c *integerAscendingBatchCursor) nextCache() {
[all …]