Style check

This commit is contained in:
Igor Nikonov 2023-09-09 12:51:34 +00:00
parent fff2a2d81c
commit a12a375a1d

View File

@ -185,11 +185,18 @@ private:
/// Apply the following settings: /// Apply the following settings:
/// - optimize_skip_unused_shards /// - optimize_skip_unused_shards
/// - force_optimize_skip_unused_shards /// - force_optimize_skip_unused_shards
ClusterPtr getOptimizedCluster(ContextPtr local_context, const StorageSnapshotPtr & storage_snapshot, ClusterPtr getOptimizedCluster(
const ASTSelectQuery & select, const TreeRewriterResultPtr & syntax_analyzer_result) const; 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, ClusterPtr skipUnusedShards(
const StorageSnapshotPtr & storage_snapshot, ContextPtr context) const; ClusterPtr cluster,
const ASTSelectQuery & select,
const TreeRewriterResultPtr & syntax_analyzer_result,
const StorageSnapshotPtr & storage_snapshot,
ContextPtr context) const;
/// This method returns optimal query processing stage. /// This method returns optimal query processing stage.
/// ///