[FEAT MERGE] ARRAY EXPRS IMPLEMENTS
Co-authored-by: qijiax <qijia_xu@163.com>
This commit is contained in:
@ -1312,7 +1312,8 @@ int ObWindowFunctionOp::init()
|
||||
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: {
|
||||
case T_FUN_SYS_RB_AND_AGG:
|
||||
case T_FUNC_SYS_ARRAY_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