[FEAT MERGE] GIS

This commit is contained in:
obdev
2022-12-23 12:08:27 +00:00
committed by ob-robot
parent 38846e73d6
commit 40d215fc5a
519 changed files with 158600 additions and 8396 deletions

View File

@ -852,7 +852,8 @@ int ObMPStmtFetch::response_row(ObSQLSessionInfo &session,
} else if (NULL == piece) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("piece is null before use.", K(ret), K(stmt_id), K(i));
} else if (ob_is_string_type(value.get_type()) || ob_is_raw(value.get_type()) || ob_is_json(value.get_type())) {
} else if (ob_is_string_type(value.get_type()) || ob_is_raw(value.get_type()) || ob_is_json(value.get_type())
|| ob_is_geometry(value.get_type())) {
str = value.get_string();
} else if (ob_is_rowid_tc(value.get_type())) {
str = value.get_string_ptr();