Home
last modified time | relevance | path

Searched defs:ReadGroupSpec (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/
H A Dstorage.go71 type ReadGroupSpec struct { struct
72 ReadFilterSpec
74 GroupMode GroupMode
75 GroupKeys []string
77 AggregateMethod string
91 ReadGroup(ctx context.Context, spec ReadGroupSpec, alloc *memory.Allocator) (TableIterator, error)
H A Dsource.go175 func ReadGroupSource(id execute.DatasetID, r Reader, readSpec ReadGroupSpec, a execute.Administrati…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/
H A Dstorage.go72 type ReadGroupSpec struct { struct
73 ReadFilterSpec
75 GroupMode GroupMode
76 GroupKeys []string
78 AggregateMethod string
112 ReadGroup(ctx context.Context, spec ReadGroupSpec, alloc *memory.Allocator) (TableIterator, error)
H A Dsource.go182 func ReadGroupSource(id execute.DatasetID, r Reader, readSpec ReadGroupSpec, a execute.Administrati…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dflux_reader.go476 func groupKeyForGroup(kv [][]byte, spec *influxdb.ReadGroupSpec, bnds execute.Bounds) flux.GroupKey…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/storage/flux/
H A Dreader.go579 func groupKeyForGroup(kv [][]byte, spec *query.ReadGroupSpec, bnds execute.Bounds) flux.GroupKey {