Home
last modified time | relevance | path

Searched refs:unsignedDescendingBatchCursor (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.go797 type unsignedDescendingBatchCursor struct { struct
815 func newUnsignedDescendingBatchCursor() *unsignedDescendingBatchCursor {
816 return &unsignedDescendingBatchCursor{
822 func (c *unsignedDescendingBatchCursor) reset(seek, end int64, cacheValues Values, tsmKeyCursor *Ke… argument
854 func (c *unsignedDescendingBatchCursor) Err() error { return nil } argument
857 func (c *unsignedDescendingBatchCursor) Close() { argument
865 func (c *unsignedDescendingBatchCursor) Next() ([]int64, []uint64) { argument
924 func (c *unsignedDescendingBatchCursor) peekCache() (t int64, v uint64) { argument
930 func (c *unsignedDescendingBatchCursor) nextCache() { argument
937 func (c *unsignedDescendingBatchCursor) peekTSM() (t int64, v uint64) { argument
[all …]
H A Dcursor_iterator.go29 Unsigned *unsignedDescendingBatchCursor