Home
last modified time | relevance | path

Searched defs:floatAscendingBatchCursor (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.go59 type floatAscendingBatchCursor struct { struct
60 cache struct {
65 tsm struct {
72 end int64
73 t []int64
74 v []float64
98 func (c *floatAscendingBatchCursor) Err() error { return nil }
101 func (c *floatAscendingBatchCursor) Close() {
109 func (c *floatAscendingBatchCursor) Next() ([]int64, []float64) {
173 func (c *floatAscendingBatchCursor) nextCache() {
[all …]