disable creating materialized view on xmltype columns

This commit is contained in:
leftgeek
2024-01-30 04:42:03 +00:00
committed by ob-robot
parent b7c04012e6
commit 6130c94603
4 changed files with 25 additions and 2 deletions

View File

@ -789,6 +789,7 @@ public:
const share::schema::ObTableSchema &table_schema);
static int64_t get_mysql_max_partition_num(const uint64_t tenant_id);
static int check_schema_valid_for_mview(const share::schema::ObTableSchema &table_schema);
private:
static int try_convert_to_unsiged(const ObExprResType restype,
ObRawExpr& src_expr,