Home
last modified time | relevance | path

Searched defs:stringAscendingBatchCursor (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.go956 type stringAscendingBatchCursor struct { struct
957 cache struct {
962 tsm struct {
969 end int64
970 t []int64
971 v []string
995 func (c *stringAscendingBatchCursor) Err() error { return nil }
998 func (c *stringAscendingBatchCursor) Close() {
1006 func (c *stringAscendingBatchCursor) Next() ([]int64, []string) {
1070 func (c *stringAscendingBatchCursor) nextCache() {
[all …]