This is an automated email from the ASF dual-hosted git repository.
mayanks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 413cbe0 [TE] frontend - harleyjj/alert-details - remove separate time
range for anomalies in alert-details component (#5340)
add 347a97f Add api in AggregationFunction to get compiled input
expressions. (#5339)
No new revisions were added by this update.
Summary of changes:
.../plan/AggregationGroupByOrderByPlanNode.java | 5 +-
.../core/plan/AggregationGroupByPlanNode.java | 5 +-
.../pinot/core/plan/AggregationPlanNode.java | 6 +-
.../apache/pinot/core/plan/SelectionPlanNode.java | 40 ++++++++-
.../apache/pinot/core/plan/TransformPlanNode.java | 94 ++++++++++------------
.../aggregation/function/AggregationFunction.java | 8 ++
.../function/AggregationFunctionUtils.java | 32 ++++++++
.../function/AvgAggregationFunction.java | 14 +++-
.../function/CountAggregationFunction.java | 11 ++-
.../function/CountMVAggregationFunction.java | 14 +++-
.../function/DistinctAggregationFunction.java | 17 +++-
.../function/DistinctCountAggregationFunction.java | 10 +++
.../DistinctCountHLLAggregationFunction.java | 10 +++
.../DistinctCountRawHLLAggregationFunction.java | 10 +++
.../function/FastHLLAggregationFunction.java | 10 +++
.../function/MaxAggregationFunction.java | 10 +++
.../function/MinAggregationFunction.java | 11 +++
.../function/MinMaxRangeAggregationFunction.java | 13 ++-
.../function/PercentileAggregationFunction.java | 9 +++
.../function/PercentileEstAggregationFunction.java | 12 ++-
.../PercentileTDigestAggregationFunction.java | 9 +++
.../function/SumAggregationFunction.java | 10 +++
.../DictionaryBasedGroupKeyGeneratorTest.java | 21 +++--
.../groupby/NoDictionaryGroupKeyGeneratorTest.java | 19 +++--
24 files changed, 325 insertions(+), 75 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]