Home
last modified time | relevance | path

Searched refs:AggrType (Results 1 – 17 of 17) sorted by relevance

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/compact/downsample/
H A Daggr.go74 func (c AggrChunk) Get(t AggrType) (chunkenc.Chunk, error) { argument
78 for i := AggrType(0); i <= t; i++ {
98 type AggrType uint8 type
102 AggrCount AggrType = iota
109 func (t AggrType) String() string {
H A Ddownsample_test.go218 inAggr []map[AggrType][]sample
233 expected: []map[AggrType][]sample{
252 expected: []map[AggrType][]sample{
286 inAggr: []map[AggrType][]sample{
301 expected: []map[AggrType][]sample{
332 inAggr: []map[AggrType][]sample{
358 expected: []map[AggrType][]sample{
370 inAggr: []map[AggrType][]sample{
386 inAggr: []map[AggrType][]sample{
484 var got []map[AggrType][]sample
[all …]
H A Daggr_test.go41 for _, at := range []AggrType{AggrCount, AggrSum, AggrMin, AggrMax, AggrCounter} {
H A Ddownsample.go463 do := func(at AggrType, f func(a *aggregator) float64) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/thanos-io/thanos/pkg/compact/downsample/
H A Daggr.go74 func (c AggrChunk) Get(t AggrType) (chunkenc.Chunk, error) { argument
78 for i := AggrType(0); i <= t; i++ {
98 type AggrType uint8 type
102 AggrCount AggrType = iota
109 func (t AggrType) String() string {
H A Ddownsample.go465 do := func(at AggrType, f func(a *aggregator) float64) error {
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/compact/downsample/
H A Daggr.go72 func (c AggrChunk) Get(t AggrType) (chunkenc.Chunk, error) { argument
76 for i := AggrType(0); i <= t; i++ {
96 type AggrType uint8 type
100 AggrCount AggrType = iota
107 func (t AggrType) String() string {
H A Ddownsample_test.go176 output: map[AggrType][]sample{
194 inAggr: map[AggrType][]sample{
213 output: map[AggrType][]sample{
229 func encodeTestAggrSeries(v map[AggrType][]sample) chunks.Meta {
244 inAggr map[AggrType][]sample
245 output map[AggrType][]sample
291 exp := map[uint64]map[AggrType][]sample{}
292 got := map[uint64]map[AggrType][]sample{}
315 m := map[AggrType][]sample{}
322 for _, at := range []AggrType{AggrCount, AggrSum, AggrMin, AggrMax, AggrCounter} {
[all …]
H A Daggr_test.go44 for _, at := range []AggrType{AggrCount, AggrSum, AggrMin, AggrMax, AggrCounter} {
H A Ddownsample.go449 do := func(at AggrType, f func(a *aggregator) float64) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/thanos-io/thanos/pkg/compact/downsample/
H A Daggr.go74 func (c AggrChunk) Get(t AggrType) (chunkenc.Chunk, error) { argument
78 for i := AggrType(0); i <= t; i++ {
98 type AggrType uint8 type
102 AggrCount AggrType = iota
109 func (t AggrType) String() string {
H A Ddownsample.go465 do := func(at AggrType, f func(a *aggregator) float64) error {
/dports/www/squid/squid-4.15/src/
H A Dsnmp_core.h27 typedef enum {atNone = 0, atSum, atAverage, atMax, atMin} AggrType; typedef
39 AggrType aggrType;
43 AggrType snmpAggrType(oid* Current, snint CurrentLen);
H A Dsnmp_core.cc38 …tr, int o, oid_ParseFn * parsefunction, instance_Fn * instancefunction, AggrType aggrType = atNone…
39 …, int len, oid_ParseFn * parsefunction, instance_Fn * instancefunction, AggrType aggrType, int chi…
568 AggrType
574 AggrType type = atNone; in snmpAggrType()
959 …r *base_str, int o, oid_ParseFn * parsefunction, instance_Fn * instancefunction, AggrType aggrType) in snmpAddNodeStr()
991 …, int len, oid_ParseFn * parsefunction, instance_Fn * instancefunction, AggrType aggrType, int chi… in snmpAddNode()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_join.h32 } AggrType; typedef
42 AggrType aggr,
H A Dgretl_join.c87 AggrType aggr; /* aggregation method for 1:n joining */
563 AggrType aggr, in build_joiner()
2095 AggrType aggr) in join_data_type_check()
2127 static int aggregation_type_check (joinspec *jspec, AggrType aggr) in aggregation_type_check()
2567 static int join_range_check (joiner *jr, DATASET *dset, AggrType aggr) in join_range_check()
2713 AggrType aggr, in set_up_jspec()
2971 AggrType aggr, in gretl_join_data()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_dualagg.c62 enum AggrType enum
68 typedef enum AggrType AGGRTYPE;