Home
last modified time | relevance | path

Searched defs:stringCursor (Results 1 – 8 of 8) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/influx_tools/internal/format/binary/
H A Dreader_test.go431 type stringCursor struct { struct
432 c int // number of values to return per call to Next
433 keys []int64
434 vals []string
437 func (c *stringCursor) Close() {}
438 func (c *stringCursor) Err() error { return nil }
439 func (c *stringCursor) Stats() tsdb.CursorStats { return tsdb.CursorStats{} }
441 func (c *stringCursor) Next() *tsdb.StringArray {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/influx_tools/internal/format/binary/
H A Dreader_test.go431 type stringCursor struct { struct
432 c int // number of values to return per call to Next
433 keys []int64
434 vals []string
437 func (c *stringCursor) Close() {}
438 func (c *stringCursor) Err() error { return nil }
439 func (c *stringCursor) Stats() tsdb.CursorStats { return tsdb.CursorStats{} }
441 func (c *stringCursor) Next() *tsdb.StringArray {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/influx_tools/internal/format/binary/
H A Dreader_test.go431 type stringCursor struct { struct
432 c int // number of values to return per call to Next
433 keys []int64
434 vals []string
437 func (c *stringCursor) Close() {}
438 func (c *stringCursor) Err() error { return nil }
439 func (c *stringCursor) Stats() tsdb.CursorStats { return tsdb.CursorStats{} }
441 func (c *stringCursor) Next() *tsdb.StringArray {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/cmd/influx-tools/internal/format/binary/
H A Dreader_test.go424 type stringCursor struct { struct
425 c int // number of values to return per call to Next
426 keys []int64
427 vals []string
430 func (c *stringCursor) Close() {}
431 func (c *stringCursor) Err() error { return nil }
433 func (c *stringCursor) Next() (keys []int64, values []string) {
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go1642 func newStringIterator(name string, tags query.Tags, opt query.IteratorOptions, cur stringCursor, a…
1803 type stringCursor interface { interface
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go1642 func newStringIterator(name string, tags query.Tags, opt query.IteratorOptions, cur stringCursor, a…
1803 type stringCursor interface { interface
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go1642 func newStringIterator(name string, tags query.Tags, opt query.IteratorOptions, cur stringCursor, a…
1803 type stringCursor interface { interface
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go1635 func newStringIterator(name string, tags query.Tags, opt query.IteratorOptions, cur stringCursor, a…
1795 type stringCursor interface { interface