Home
last modified time | relevance | path

Searched refs:stringDescendingBatchCursor (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.go1096 type stringDescendingBatchCursor struct { struct
1114 func newStringDescendingBatchCursor() *stringDescendingBatchCursor {
1115 return &stringDescendingBatchCursor{
1121 func (c *stringDescendingBatchCursor) reset(seek, end int64, cacheValues Values, tsmKeyCursor *KeyC… argument
1153 func (c *stringDescendingBatchCursor) Err() error { return nil } argument
1156 func (c *stringDescendingBatchCursor) Close() { argument
1164 func (c *stringDescendingBatchCursor) Next() ([]int64, []string) { argument
1223 func (c *stringDescendingBatchCursor) peekCache() (t int64, v string) { argument
1229 func (c *stringDescendingBatchCursor) nextCache() { argument
1236 func (c *stringDescendingBatchCursor) peekTSM() (t int64, v string) { argument
[all …]
H A Dcursor_iterator.go31 String *stringDescendingBatchCursor