[FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com> Co-authored-by: hwx65 <1780011298@qq.com> Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
This commit is contained in:
@ -170,8 +170,6 @@ enum ObMatchAgainstMode {
|
||||
|
||||
#define IS_OUTER_OR_CONNECT_BY_JOIN(join_type) (IS_OUTER_JOIN(join_type) || CONNECT_BY_JOIN == join_type)
|
||||
|
||||
#define IS_DUMMY_PHY_OPERATOR(op_type) ((op_type == PHY_MONITORING_DUMP))
|
||||
|
||||
#define IS_LEFT_STYLE_JOIN(join_type) \
|
||||
((join_type) == LEFT_SEMI_JOIN || \
|
||||
(join_type) == LEFT_ANTI_JOIN || \
|
||||
|
||||
Reference in New Issue
Block a user