[FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)

Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
obdev
2023-01-28 20:40:15 +08:00
committed by ob-robot
parent 4bb1033505
commit 3d4f554258
350 changed files with 19091 additions and 3918 deletions

View File

@ -38,7 +38,8 @@ public:
const common::ObCastMode cast_mode,
const common::ObTimeZoneInfo *tz_info,
const int64_t cur_ts_value,
const ObDateSqlMode date_sql_mode);
const ObDateSqlMode date_sql_mode,
bool has_lob_header);
template <typename T>
static int calc_oracle(T &result,
const int64_t date_unit,