This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from eb5d1df9a4e Load: Convert TsFiles into Tablets when the target regions
are unavailable (#14626)
add 2af3d029a7a Add aggregate function count_if for relational table
No new revisions were added by this update.
Summary of changes:
.../it/query/recent/IoTDBTableAggregationIT.java | 331 +++++++++++++++++++++
.../relational/aggregation/AccumulatorFactory.java | 5 +
...untAccumulator.java => CountIfAccumulator.java} | 59 ++--
...mulator.java => GroupedCountIfAccumulator.java} | 9 +-
.../relational/metadata/TableMetadataImpl.java | 9 +
.../TableBuiltinAggregationFunction.java | 2 +
6 files changed, 374 insertions(+), 41 deletions(-)
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/aggregation/{CountAccumulator.java
=> CountIfAccumulator.java} (68%)
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/aggregation/grouped/{GroupedCountAccumulator.java
=> GroupedCountIfAccumulator.java} (89%)