[CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT

This commit is contained in:
wu-xingying
2024-04-08 13:45:07 +00:00
committed by ob-robot
parent 766a7c6c3c
commit 34c3718f40
344 changed files with 39680 additions and 3076 deletions

View File

@ -1013,7 +1013,8 @@ private:
bool is_type_record);
static int store_datums(ObObj &dest_addr, ObIArray<ObObj> &result,
ObIAllocator *alloc, ObSQLSessionInfo *session_info, bool is_schema_object);
ObIAllocator *alloc, ObSQLSessionInfo *session_info,
bool is_schema_object);
static int store_datum(int64_t &current_addr, const ObObj &obj, ObSQLSessionInfo *session_info);
@ -1100,6 +1101,7 @@ private:
const int64_t *formal_param_idxs,
const ObSqlExpression **actual_param_exprs,
int64_t cursor_param_count);
static bool is_sql_type_into_pl(ObObj &dest_addr, ObIArray<ObObj> &obj_array);
};
struct ObPLSubPLSqlTimeGuard