Home
last modified time | relevance | path

Searched defs:stringDescendingBatchCursor (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.go1096 type stringDescendingBatchCursor struct { struct
1097 cache struct {
1102 tsm struct {
1109 end int64
1110 t []int64
1111 v []string
1153 func (c *stringDescendingBatchCursor) Err() error { return nil }
1156 func (c *stringDescendingBatchCursor) Close() {
1164 func (c *stringDescendingBatchCursor) Next() ([]int64, []string) {
1229 func (c *stringDescendingBatchCursor) nextCache() {
[all …]