fix bugs that lost stmt scala group by property after remove all aggr_items

This commit is contained in:
jingtaoye35
2024-02-06 17:20:31 +00:00
committed by ob-robot
parent a8847ecbc0
commit 62ca9f3991
13 changed files with 94 additions and 58 deletions

View File

@ -1147,6 +1147,9 @@ public:
static int check_is_valid_generated_col(ObRawExpr *expr, ObIAllocator &allocator);
static bool is_column_ref_skip_implicit_cast(const ObRawExpr *expr);
static int build_dummy_count_expr(ObRawExprFactory &expr_factory,
const ObSQLSessionInfo *session_info,
ObAggFunRawExpr *&expr);
private :
static int create_real_cast_expr(ObRawExprFactory &expr_factory,