[CP] [CP] [中信证券]support listagg aggr use group by column as separator

This commit is contained in:
wangt1xiuyi
2024-02-08 04:39:07 +00:00
committed by ob-robot
parent e43ed652cd
commit 154f795315
11 changed files with 311 additions and 44 deletions

View File

@ -883,9 +883,11 @@ public:
OB_INLINE int clone_number_cell(const number::ObNumber &src_cell,
AggrCell &aggr_cell);
private:
template <typename T>
int init_group_extra_aggr_info(
AggrCell &aggr_cell,
const ObAggrInfo &aggr_info);
const ObAggrInfo &aggr_info,
const T &selector);
int max_calc(AggrCell &aggr_cell,
ObDatum &base,
const ObDatum &other,