Searched refs:aggregation_op (Results 1 – 3 of 3) sorted by relevance
92 def fetch_aggregated_values(self, entity, statistics, aggregation_op): argument102 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
165 aggregation_op=latest key176 aggregation_op=avg key
394 self.aggregation_op = TimeSeriesData.AggregationOperator[value]424 ts_cond_str += (" aggregation_op: " + self.aggregation_op.name)