Home
last modified time | relevance | path

Searched refs:aggregation_op (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/tools/advisor/advisor/
Ddb_timeseries_parser.py92 def fetch_aggregated_values(self, entity, statistics, aggregation_op): argument
102 if aggregation_op is self.AggregationOperator.latest:
105 elif aggregation_op is self.AggregationOperator.oldest:
108 elif aggregation_op is self.AggregationOperator.max:
110 elif aggregation_op is self.AggregationOperator.min:
112 elif aggregation_op is self.AggregationOperator.avg:
175 entity, statistics, condition.aggregation_op
Drules.ini165 aggregation_op=latest key
176 aggregation_op=avg key
Drule_parser.py394 self.aggregation_op = TimeSeriesData.AggregationOperator[value]
424 ts_cond_str += (" aggregation_op: " + self.aggregation_op.name)