support json type

This commit is contained in:
xj0
2022-02-08 14:58:13 +08:00
committed by LINxiansheng
parent 4b25bac8d0
commit e5f59ea074
241 changed files with 46116 additions and 749 deletions

View File

@ -746,6 +746,7 @@ int ObUdfUtil::convert_mysql_type_to_udf_type(const obmysql::EMySQLFieldType& my
case EMySQLFieldType::MYSQL_TYPE_BLOB:
case EMySQLFieldType::MYSQL_TYPE_MEDIUM_BLOB:
case EMySQLFieldType::MYSQL_TYPE_LONG_BLOB:
case EMySQLFieldType::MYSQL_TYPE_JSON:
udf_type = STRING_RESULT;
break;
default: