disable creating materialized view on xmltype columns

This commit is contained in:
obdev
2024-02-10 03:59:03 +00:00
committed by ob-robot
parent 727ce6d61b
commit b60979c15c
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,