Ver código fonte

HPCC-22706 Ensure that TABLE(constant-inline-table) is optimized

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 5 anos atrás
pai
commit
1fd466ab7f
1 arquivos alterados com 1 adições e 0 exclusões
  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)