We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69aeecb commit 3506160Copy full SHA for 3506160
ydb/library/yql/sql/v1/node.cpp
@@ -589,6 +589,7 @@ const TUdfNode* IProxyNode::GetUdfNode() const {
589
}
590
591
void IProxyNode::DoUpdateState() const {
592
+ static_assert(static_cast<int>(ENodeState::End) == 9, "Need to support new states here");
593
State.Set(ENodeState::CountHint, Inner->GetCountHint());
594
State.Set(ENodeState::Const, Inner->IsConstant());
595
State.Set(ENodeState::MaybeConst, Inner->MaybeConstant());
0 commit comments