فهرست منبع

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)