fix allocate hash window function use hash-based sort bug

This commit is contained in:
obdev
2023-02-06 20:03:36 +08:00
committed by ob-robot
parent 90c29c7df7
commit f7f1a37c35
5 changed files with 123 additions and 139 deletions

View File

@ -413,11 +413,6 @@ public:
ObRawExpr *child_expr,
int64_t child_idx);
static int get_partition_count(const ObLogicalOperator *top,
const ObIArray<ObRawExpr*> &partition_exprs,
const int64_t prefix_pos,
int64_t &part_cnt);
static int get_default_directions(const int64_t direction_num,
ObIArray<ObOrderDirection> &directions);