mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Style check
This commit is contained in:
parent
fff2a2d81c
commit
a12a375a1d
@ -185,11 +185,18 @@ private:
|
||||
/// Apply the following settings:
|
||||
/// - optimize_skip_unused_shards
|
||||
/// - force_optimize_skip_unused_shards
|
||||
ClusterPtr getOptimizedCluster(ContextPtr local_context, const StorageSnapshotPtr & storage_snapshot,
|
||||
const ASTSelectQuery & select, const TreeRewriterResultPtr & syntax_analyzer_result) const;
|
||||
ClusterPtr getOptimizedCluster(
|
||||
ContextPtr local_context,
|
||||
const StorageSnapshotPtr & storage_snapshot,
|
||||
const ASTSelectQuery & select,
|
||||
const TreeRewriterResultPtr & syntax_analyzer_result) const;
|
||||
|
||||
ClusterPtr skipUnusedShards(ClusterPtr cluster, const ASTSelectQuery & select, const TreeRewriterResultPtr & syntax_analyzer_result,
|
||||
const StorageSnapshotPtr & storage_snapshot, ContextPtr context) const;
|
||||
ClusterPtr skipUnusedShards(
|
||||
ClusterPtr cluster,
|
||||
const ASTSelectQuery & select,
|
||||
const TreeRewriterResultPtr & syntax_analyzer_result,
|
||||
const StorageSnapshotPtr & storage_snapshot,
|
||||
ContextPtr context) const;
|
||||
|
||||
/// This method returns optimal query processing stage.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user