[FEAT MERGE] Add roaringbitmap type and relative expr
Co-authored-by: fkuner <784819644@qq.com>
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user