Home
last modified time | relevance | path

Searched defs:booleanDescendingBatchCursor (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.go1395 type booleanDescendingBatchCursor struct { struct
1396 cache struct {
1401 tsm struct {
1408 end int64
1409 t []int64
1410 v []bool
1452 func (c *booleanDescendingBatchCursor) Err() error { return nil }
1455 func (c *booleanDescendingBatchCursor) Close() {
1463 func (c *booleanDescendingBatchCursor) Next() ([]int64, []bool) {
1528 func (c *booleanDescendingBatchCursor) nextCache() {
[all …]