aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorssmike <ssmike@ydb.tech>2023-03-30 16:08:25 +0300
committerssmike <ssmike@ydb.tech>2023-03-30 16:08:25 +0300
commitc3fb936192b5b2247d507d2a5f4edc6dd111ac7a (patch)
treec53d13d502f80896d1bc27d12ff1fc60858be2f3
parent906058e47713f171f0b30ff0cd0ae2b24ce87324 (diff)
downloadydb-c3fb936192b5b2247d507d2a5f4edc6dd111ac7a.tar.gz
add parameter names
-rw-r--r--ydb/library/yql/dq/opt/dq_opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/dq/opt/dq_opt.h b/ydb/library/yql/dq/opt/dq_opt.h
index 84174e04fd1..8b7bd7ea982 100644
--- a/ydb/library/yql/dq/opt/dq_opt.h
+++ b/ydb/library/yql/dq/opt/dq_opt.h
@@ -52,7 +52,7 @@ bool IsSingleConsumerConnection(const NNodes::TDqConnection& node, const TParent
ui32 GetStageOutputsCount(const NNodes::TDqStageBase& stage);
-void FindDqConnections(const NNodes::TExprBase& node, TVector<NNodes::TDqConnection>&, bool&);
+void FindDqConnections(const NNodes::TExprBase& node, TVector<NNodes::TDqConnection>& connections, bool& isPure);
bool IsDqPureExpr(const NNodes::TExprBase& node, bool isPrecomputePure = true);
bool IsDqSelfContainedExpr(const NNodes::TExprBase& node);
bool IsDqDependsOnStage(const NNodes::TExprBase& node, const NNodes::TDqStageBase& stage);