[FEAT MERGE] Solidify session vars for functional index
This commit is contained in:
		| @ -472,7 +472,8 @@ public: | ||||
|                                            share::schema::ObColumnSchemaV2 &generated_column, | ||||
|                                            ObRawExpr *&expr, | ||||
|                                            const PureFunctionCheckStatus | ||||
|                                              check_status = DISABLE_CHECK); | ||||
|                                              check_status = DISABLE_CHECK, | ||||
|                                            bool coltype_not_defined = false); | ||||
|   static int resolve_generated_column_expr(ObResolverParams ¶ms, | ||||
|                                            const ParseNode *node, | ||||
|                                            share::schema::ObTableSchema &tbl_schema, | ||||
| @ -480,7 +481,8 @@ public: | ||||
|                                            share::schema::ObColumnSchemaV2 &generated_column, | ||||
|                                            ObRawExpr *&expr, | ||||
|                                            const PureFunctionCheckStatus | ||||
|                                              check_status = DISABLE_CHECK); | ||||
|                                              check_status = DISABLE_CHECK, | ||||
|                                            bool coltype_not_defined = false); | ||||
|   static int resolve_generated_column_info(const common::ObString &expr_str, | ||||
|                                            ObIAllocator &allocator, | ||||
|                                            ObItemType &root_expr_type, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 2149
					2149