This is an automated email from the ASF dual-hosted git repository.
siddteotia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from a307a23a0d Refactor PinotMetricUtils and
MetricsRegistryRegistrationListener related classes from pinot-common to
pinot-spi (#8763)
add d4c99abe72 Add histogram aggregation function `feature` (#8724)
No new revisions were added by this update.
Summary of changes:
.../org/apache/pinot/common/utils/DataSchema.java | 3 +
.../function/AggregationFunctionFactory.java | 5 +-
.../function/HistogramAggregationFunction.java | 361 +++++++++++++++
.../aggregation/utils/DoubleVectorOpUtils.java | 76 ++++
.../apache/pinot/queries/HistogramQueriesTest.java | 493 +++++++++++++++++++++
.../pinot/segment/spi/AggregationFunctionType.java | 1 +
6 files changed, 938 insertions(+), 1 deletion(-)
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/HistogramAggregationFunction.java
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/utils/DoubleVectorOpUtils.java
create mode 100644
pinot-core/src/test/java/org/apache/pinot/queries/HistogramQueriesTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]