[FEAT MERGE] Add roaringbitmap type and relative expr

Co-authored-by: fkuner <784819644@qq.com>
This commit is contained in:
qijiax
2024-06-21 09:46:20 +00:00
committed by ob-robot
parent 3723b0f580
commit 3bfa3e2070
149 changed files with 7389 additions and 222 deletions

View File

@ -1288,7 +1288,10 @@ int ObWindowFunctionOp::init()
case T_FUN_ORA_JSON_ARRAYAGG:
case T_FUN_ORA_JSON_OBJECTAGG:
case T_FUN_ORA_XMLAGG:
case T_FUN_SYS_ST_ASMVT: {
case T_FUN_SYS_ST_ASMVT:
case T_FUN_SYS_RB_BUILD_AGG:
case T_FUN_SYS_RB_OR_AGG:
case T_FUN_SYS_RB_AND_AGG: {
void *tmp_ptr = local_allocator_.alloc(sizeof(AggrCell));
void *tmp_array = local_allocator_.alloc(sizeof(AggrInfoFixedArray));
ObIArray<ObAggrInfo> *aggr_infos = NULL;