support json type
This commit is contained in:
		
							
								
								
									
										1
									
								
								deps/oblib/src/lib/ob_define.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								deps/oblib/src/lib/ob_define.h
									
									
									
									
										vendored
									
									
								
							@ -1428,6 +1428,7 @@ const int64_t OB_MAX_COLUMN_NUMBER = OB_ROW_MAX_COLUMNS_COUNT;  // used in ObSch
 | 
			
		||||
const int64_t OB_MAX_PARTITION_KEY_COLUMN_NUMBER = OB_MAX_ROWKEY_COLUMN_NUMBER;
 | 
			
		||||
const int64_t OB_MAX_USER_DEFINED_COLUMNS_COUNT = OB_ROW_MAX_COLUMNS_COUNT - OB_APP_MIN_COLUMN_ID;
 | 
			
		||||
const int64_t OB_CAST_TO_VARCHAR_MAX_LENGTH = 256;
 | 
			
		||||
const int64_t OB_CAST_TO_JSON_SCALAR_LENGTH = 256;
 | 
			
		||||
const int64_t OB_CAST_BUFFER_LENGTH = 256;
 | 
			
		||||
const int64_t OB_PREALLOCATED_NUM = 21;  // half of 42
 | 
			
		||||
const int64_t OB_PREALLOCATED_COL_ID_NUM = 4;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user