Home
last modified time | relevance | path

Searched refs:AggregationOperator (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/tools/advisor/advisor/
Ddb_timeseries_parser.py20 class AggregationOperator(Enum): class in TimeSeriesData
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:
Drule_parser.py394 self.aggregation_op = TimeSeriesData.AggregationOperator[value]