This commit is contained in:
phiresky 2020-12-18 13:52:07 +01:00
parent 25c817413b
commit eff747b756

View File

@ -686,10 +686,7 @@ where
!boxed_aggr.is_null(), !boxed_aggr.is_null(),
"Internal error - null aggregate pointer" "Internal error - null aggregate pointer"
); );
let mut ctx = Context { let mut ctx = Context { ctx, args: &mut [] };
ctx,
args: &mut [],
};
(*boxed_aggr).finalize(&mut ctx, a) (*boxed_aggr).finalize(&mut ctx, a)
}); });
let t = match r { let t = match r {