ClickHouse/programs/benchmark
Azat Khuzhin 4043be3121 Add new query processing stage WithMergeableStateAfterAggregation
Process query until the stage where the aggregate functions were
calculated and finalized.

It will be used for optimize_distributed_group_by_sharding_key.

v2: fix aliases
v3: Fix protocol ABI breakage due to WithMergeableStateAfterAggregation
    Conditions >= for QueryProcessingStage::Enum has been verified, and they
    are ok (in InterpreterSelectQuery).
2020-09-03 00:51:08 +03:00
..
Benchmark.cpp Add new query processing stage WithMergeableStateAfterAggregation 2020-09-03 00:51:08 +03:00
clickhouse-benchmark.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00