This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.
from fd0931d Azure data lake input source (#11153)
add df9b57a bitwise aggregators, better null handling options for
expression agg (#11280)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/druid/math/expr/ExprEval.java | 15 +-
.../org/apache/druid/math/expr/ExprEvalTest.java | 18 +-
docs/querying/sql.md | 3 +
.../aggregation/ExpressionLambdaAggregator.java | 12 +-
.../ExpressionLambdaAggregatorFactory.java | 17 ++
.../ExpressionLambdaBufferAggregator.java | 30 +-
.../ExpressionLambdaAggregatorFactoryTest.java | 24 ++
.../query/groupby/GroupByQueryRunnerTest.java | 6 +
.../timeseries/TimeseriesQueryRunnerTest.java | 5 +
.../druid/query/topn/TopNQueryRunnerTest.java | 4 +
.../aggregation/builtin/ArraySqlAggregator.java | 6 +-
.../aggregation/builtin/BitwiseSqlAggregator.java | 195 +++++++++++++
.../sql/calcite/planner/DruidOperatorTable.java | 4 +
.../druid/sql/calcite/CalciteArraysQueryTest.java | 54 ++--
.../apache/druid/sql/calcite/CalciteQueryTest.java | 308 ++++++++++++++++++++-
15 files changed, 661 insertions(+), 40 deletions(-)
create mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/aggregation/builtin/BitwiseSqlAggregator.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]