소스 검색

Merge pull request #12910 from ghalliday/issue22706

HPCC-22706 Ensure that TABLE(constant-inline-table) is optimized
Gavin Halliday 5 년 전
부모
커밋
975ada1dbc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ecl/hql/hqlopt.cpp

+ 1 - 0
ecl/hql/hqlopt.cpp

@@ -2825,6 +2825,7 @@ IHqlExpression * CTreeOptimizer::doCreateTransformed(IHqlExpression * transforme
                 break;
             }
         case no_hqlproject:
+        case no_newusertable:
             {
                 node_operator childOp = child->getOperator();
                 switch(childOp)