[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

@ -183,6 +183,7 @@ private:
common::ObIArray<MergeKeyInfo*>& merge_keys);
int candi_allocate_window_function();
int remove_const_in_window_functions(ObIArray<ObWinFunRawExpr *> &win_funcs);
int candi_allocate_temp_table_insert();