[FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com> Co-authored-by: hezuojiao <hezuojiao@gmail.com> Co-authored-by: Monk-Liu <1152761042@qq.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