[FEAT MERGE]:Oracle Json Supported

This commit is contained in:
obdev
2023-01-28 15:52:29 +08:00
committed by ob-robot
parent 274e68514d
commit bbb017266b
197 changed files with 30520 additions and 2252 deletions

View File

@ -104,7 +104,17 @@ enum PathType
SUBQUERY,
FAKE_CTE_TABLE_ACCESS,
FUNCTION_TABLE_ACCESS,
TEMP_TABLE_ACCESS
TEMP_TABLE_ACCESS,
JSON_TABLE_ACCESS
};
enum JtColType {
INVALID_COL_TYPE = 0,
COL_TYPE_ORDINALITY, // 1
COL_TYPE_EXISTS, // 2
COL_TYPE_QUERY, // 3
COL_TYPE_VALUE, // 4
NESTED_COL_TYPE = 5,
};
enum ObNameTypeClass