[CP] remove const params in window function

This commit is contained in:
obdev
2022-06-02 10:10:55 +08:00
committed by wangzelin.wzl
parent 75ca779e47
commit bc26b2f163
4 changed files with 54 additions and 1 deletions

View File

@ -3759,8 +3759,8 @@ public:
{
return order_items_;
}
int assign(const ObWindow &other);
int remove_const_params();
common::ObArray<ObRawExpr *, common::ModulePageAllocator, true> partition_exprs_;
common::ObArray<OrderItem, common::ModulePageAllocator, true> order_items_;