Home
last modified time | relevance | path

Searched refs:booleanDescendingBatchCursor (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.go1395 type booleanDescendingBatchCursor struct { struct
1413 func newBooleanDescendingBatchCursor() *booleanDescendingBatchCursor {
1414 return &booleanDescendingBatchCursor{
1420 func (c *booleanDescendingBatchCursor) reset(seek, end int64, cacheValues Values, tsmKeyCursor *Key… argument
1452 func (c *booleanDescendingBatchCursor) Err() error { return nil } argument
1455 func (c *booleanDescendingBatchCursor) Close() { argument
1463 func (c *booleanDescendingBatchCursor) Next() ([]int64, []bool) { argument
1522 func (c *booleanDescendingBatchCursor) peekCache() (t int64, v bool) { argument
1528 func (c *booleanDescendingBatchCursor) nextCache() { argument
1535 func (c *booleanDescendingBatchCursor) peekTSM() (t int64, v bool) { argument
[all …]
H A Dcursor_iterator.go30 Boolean *booleanDescendingBatchCursor