Home
last modified time | relevance | path

Searched refs:unsignedAscendingBatchCursor (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.go657 type unsignedAscendingBatchCursor struct { struct
675 func newUnsignedAscendingBatchCursor() *unsignedAscendingBatchCursor {
676 return &unsignedAscendingBatchCursor{
682 func (c *unsignedAscendingBatchCursor) reset(seek, end int64, cacheValues Values, tsmKeyCursor *Key… argument
696 func (c *unsignedAscendingBatchCursor) Err() error { return nil } argument
699 func (c *unsignedAscendingBatchCursor) Close() { argument
707 func (c *unsignedAscendingBatchCursor) Next() ([]int64, []uint64) { argument
765 func (c *unsignedAscendingBatchCursor) peekCache() (t int64, v uint64) { argument
771 func (c *unsignedAscendingBatchCursor) nextCache() { argument
778 func (c *unsignedAscendingBatchCursor) peekTSM() (t int64, v uint64) { argument
[all …]
H A Dcursor_iterator.go21 Unsigned *unsignedAscendingBatchCursor