This is an automated email from the ASF dual-hosted git repository.
Wei-hao-Li pushed a change to branch lwh/topK
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from dda356875ad make topKRuntimeFilterSourceId in TopKNode be string
add 016f9b68f99 fix
add f20411bfb52 fix
add a942788ef30 add more IT cases
No new revisions were added by this update.
Summary of changes:
docs/design/topk-runtime-filter.md | 1444 ++++++++++++++++++++
.../recent/IoTDBTopKRuntimeFilterScanPathIT.java | 89 +-
.../org/apache/iotdb/calc/i18n/CalcMessages.java | 2 +
.../org/apache/iotdb/calc/i18n/CalcMessages.java | 2 +
.../operator/process/TableTopKOperator.java | 16 +-
.../execution/operator/process/TopKOperator.java | 7 +-
.../calc/plan/planner/TableOperatorGenerator.java | 22 +-
.../ExternalTsFileTableScanOperator.java | 7 +-
.../optimizations/TopKRuntimeFilterOptimizer.java | 37 +-
.../TopKRuntimeFilterOptimizerTest.java | 62 +-
10 files changed, 1629 insertions(+), 59 deletions(-)
create mode 100644 docs/design/topk-runtime-filter.md