[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

@ -851,6 +851,7 @@ private:
int init_topk_fre_histogram_item(const ObAggrInfo &aggr_info,
ObTopKFrequencyHistograms *topk_fre_hist);
int get_top_k_fre_hist_result(ObTopKFrequencyHistograms &top_k_fre_hist,
bool has_lob_header,
ObDatum &result_datum);
int compute_hybrid_hist_result(const ObAggrInfo &aggr_info,
@ -858,6 +859,7 @@ private:
ObDatum &result);
int get_hybrid_hist_result(ObHybridHistograms &hybrid_hist,
bool has_lob_header,
ObDatum &result_datum);
int get_json_arrayagg_result(const ObAggrInfo &aggr_info,