Home
last modified time | relevance | path

Searched refs:booleanAscendingBatchCursor (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.go1255 type booleanAscendingBatchCursor struct { struct
1273 func newBooleanAscendingBatchCursor() *booleanAscendingBatchCursor {
1274 return &booleanAscendingBatchCursor{
1280 func (c *booleanAscendingBatchCursor) reset(seek, end int64, cacheValues Values, tsmKeyCursor *KeyC… argument
1294 func (c *booleanAscendingBatchCursor) Err() error { return nil } argument
1297 func (c *booleanAscendingBatchCursor) Close() { argument
1305 func (c *booleanAscendingBatchCursor) Next() ([]int64, []bool) { argument
1363 func (c *booleanAscendingBatchCursor) peekCache() (t int64, v bool) { argument
1369 func (c *booleanAscendingBatchCursor) nextCache() { argument
1376 func (c *booleanAscendingBatchCursor) peekTSM() (t int64, v bool) { argument
[all …]
H A Dcursor_iterator.go22 Boolean *booleanAscendingBatchCursor