Explorar o código

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

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday %!s(int64=5) %!d(string=hai) anos
pai
achega
1fd466ab7f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)