fix pushdown filter into set stmt bug
This commit is contained in:
@ -370,6 +370,8 @@ public:
|
||||
const ObIArray<ObRawExpr*> *except_exprs = NULL);
|
||||
|
||||
static bool is_all_column_exprs(const common::ObIArray<ObRawExpr*> &exprs);
|
||||
static int extract_set_op_exprs(const ObRawExpr *raw_expr,
|
||||
common::ObIArray<ObRawExpr*> &set_op_exprs);
|
||||
/// extract column exprs from the raw expr
|
||||
static int extract_column_exprs(const ObRawExpr *raw_expr,
|
||||
common::ObIArray<ObRawExpr*> &column_exprs,
|
||||
|
||||
Reference in New Issue
Block a user