fix bugs that lost stmt scala group by property after remove all aggr_items
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user