Searched refs:AggregationOperator (Results 1 – 2 of 2) sorted by relevance
20 class AggregationOperator(Enum): class in TimeSeriesData102 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:
394 self.aggregation_op = TimeSeriesData.AggregationOperator[value]