mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update StorageDistributed.cpp
This commit is contained in:
parent
a44ddd2064
commit
09cb467812
@ -281,7 +281,9 @@ void replaceConstantExpressions(
|
|||||||
visitor.visit(node);
|
visitor.visit(node);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns one of the following:
|
/// This is the implementation of optimize_distributed_group_by_sharding_key.
|
||||||
|
/// It returns up to which stage the query can be processed on a shard, which
|
||||||
|
/// is one of the following:
|
||||||
/// - QueryProcessingStage::Complete
|
/// - QueryProcessingStage::Complete
|
||||||
/// - QueryProcessingStage::WithMergeableStateAfterAggregation
|
/// - QueryProcessingStage::WithMergeableStateAfterAggregation
|
||||||
/// - none (in this case regular WithMergeableState should be used)
|
/// - none (in this case regular WithMergeableState should be used)
|
||||||
|
Loading…
Reference in New Issue
Block a user