Home
last modified time | relevance | path

Searched defs:stringReduceUnsignedIterator (Results 1 – 4 of 4) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/query/
H A Diterator.gen.go9415 type stringReduceUnsignedIterator struct { struct
9416 input *bufStringIterator
9417 create func() (StringPointAggregator, UnsignedPointEmitter)
9418 dims []string
9419 opt IteratorOptions
9420 points []UnsignedPoint
9421 keepTags bool
9434 func (itr *stringReduceUnsignedIterator) Stats() IteratorStats { return itr.input.Stats() }
9437 func (itr *stringReduceUnsignedIterator) Close() error { return itr.input.Close() }
9440 func (itr *stringReduceUnsignedIterator) Next() (*UnsignedPoint, error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/query/
H A Diterator.gen.go9551 type stringReduceUnsignedIterator struct { struct
9552 input *bufStringIterator
9553 create func() (StringPointAggregator, UnsignedPointEmitter)
9554 dims []string
9555 opt IteratorOptions
9556 points []UnsignedPoint
9557 keepTags bool
9570 func (itr *stringReduceUnsignedIterator) Stats() IteratorStats { return itr.input.Stats() }
9573 func (itr *stringReduceUnsignedIterator) Close() error { return itr.input.Close() }
9576 func (itr *stringReduceUnsignedIterator) Next() (*UnsignedPoint, error) {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/query/
H A Diterator.gen.go9551 type stringReduceUnsignedIterator struct { struct
9552 input *bufStringIterator
9553 create func() (StringPointAggregator, UnsignedPointEmitter)
9554 dims []string
9555 opt IteratorOptions
9556 points []UnsignedPoint
9557 keepTags bool
9570 func (itr *stringReduceUnsignedIterator) Stats() IteratorStats { return itr.input.Stats() }
9573 func (itr *stringReduceUnsignedIterator) Close() error { return itr.input.Close() }
9576 func (itr *stringReduceUnsignedIterator) Next() (*UnsignedPoint, error) {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/query/
H A Diterator.gen.go9201 type stringReduceUnsignedIterator struct { struct
9202 input *bufStringIterator
9203 create func() (StringPointAggregator, UnsignedPointEmitter)
9204 dims []string
9205 opt IteratorOptions
9206 points []UnsignedPoint
9207 keepTags bool
9220 func (itr *stringReduceUnsignedIterator) Stats() IteratorStats { return itr.input.Stats() }
9223 func (itr *stringReduceUnsignedIterator) Close() error { return itr.input.Close() }
9226 func (itr *stringReduceUnsignedIterator) Next() (*UnsignedPoint, error) {
[all …]