Searched refs:mAggregationType (Results 1 – 4 of 4) sorted by relevance
68 private final AggregationType<?> mAggregationType; field in AggregateTableRequest100 mAggregationType = aggregationType; in AggregateTableRequest()119 return mAggregationType; in getAggregationType()168 mAggregationType.getAggregateOperationType()) in getAggregationCommand()175 aggCommand = getSqlCommandFor(mAggregationType.getAggregateOperationType()); in getAggregationCommand()237 mAggregationType.getAggregateOperationType())) { in onResultsFetched()253 mAggregationType.getAggregationTypeIdentifier(), in processPriorityRequest()263 if (mAggregationType.getAggregateResultClass() == Long.class) { in processPriorityRequest()284 mRecordHelper.getAggregateResult(cursor, mAggregationType)); in processNoPrioritiesRequest()425 index, mRecordHelper.getAggregateResult(cursor, mAggregationType, aggregate)); in deriveAggregate()
60 @AggregationType.AggregationTypeIdentifier private final int mAggregationType; field in PriorityRecordsAggregator76 mAggregationType = aggregationType; in PriorityRecordsAggregator()225 return switch (mAggregationType) { in createAggregationRecordData()241 "Priority aggregation do not support type: " + mAggregationType); in createAggregationRecordData()
85 mAggregationType(metric.aggregation_type()), in DurationMetricProducer()288 if (mAggregationType == DurationMetric_AggregationType_SUM) { in addAnomalyTracker()351 switch (mAggregationType) { in createDurationTracker()
145 const DurationMetric_AggregationType mAggregationType; variable