summaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/purecalc/common/transformations/root_to_blocks.h
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-10-08 11:41:14 +0300
committervvvv <[email protected]>2025-10-08 12:20:42 +0300
commitd73f13cfdb331365ddad0da51ec36e0a3e4cf187 (patch)
tree88cab10170ce9aa3389be7f1a09247386dcf5ebd /yql/essentials/public/purecalc/common/transformations/root_to_blocks.h
parentf377d8ad9e0741cd904c1d4934afdf24af517d93 (diff)
YQL-20086 public
commit_hash:68b0c2e9c2960587af7d57ecedcb38f4d05890b7
Diffstat (limited to 'yql/essentials/public/purecalc/common/transformations/root_to_blocks.h')
-rw-r--r--yql/essentials/public/purecalc/common/transformations/root_to_blocks.h29
1 files changed, 14 insertions, 15 deletions
diff --git a/yql/essentials/public/purecalc/common/transformations/root_to_blocks.h b/yql/essentials/public/purecalc/common/transformations/root_to_blocks.h
index 13a7a9dfc11..46ff25d2051 100644
--- a/yql/essentials/public/purecalc/common/transformations/root_to_blocks.h
+++ b/yql/essentials/public/purecalc/common/transformations/root_to_blocks.h
@@ -5,18 +5,17 @@
#include <yql/essentials/core/yql_graph_transformer.h>
namespace NYql {
- namespace NPureCalc {
- /**
- * A transformer which rewrite the root to respect block types.
- *
- * @param acceptsBlock allows using this transformer in pipeline and
- * skip this phase if no block output is required.
- * @param processorMode specifies the top-most container of the result.
- * @return a graph transformer for rewriting the root node.
- */
- TAutoPtr<IGraphTransformer> MakeRootToBlocks(
- bool acceptsBlocks,
- EProcessorMode processorMode
- );
- }
-}
+namespace NPureCalc {
+/**
+ * A transformer which rewrite the root to respect block types.
+ *
+ * @param acceptsBlock allows using this transformer in pipeline and
+ * skip this phase if no block output is required.
+ * @param processorMode specifies the top-most container of the result.
+ * @return a graph transformer for rewriting the root node.
+ */
+TAutoPtr<IGraphTransformer> MakeRootToBlocks(
+ bool acceptsBlocks,
+ EProcessorMode processorMode);
+} // namespace NPureCalc
+} // namespace NYql