Home
last modified time | relevance | path

Searched defs:unsignedDescendingBatchCursor (Results 1 – 1 of 1) 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
798 cache struct {
803 tsm struct {
810 end int64
811 t []int64
812 v []uint64
854 func (c *unsignedDescendingBatchCursor) Err() error { return nil }
857 func (c *unsignedDescendingBatchCursor) Close() {
865 func (c *unsignedDescendingBatchCursor) Next() ([]int64, []uint64) {
930 func (c *unsignedDescendingBatchCursor) nextCache() {
[all …]