This commit is contained in:
Ganlin Zhao 2022-06-07 14:12:12 +08:00
parent 12f4bc3c90
commit 49b277e64b
1 changed files with 3 additions and 1 deletions

View File

@ -1168,7 +1168,9 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
.getEnvFunc = getApercentileFuncEnv,
.initFunc = apercentileFunctionSetup,
.processFunc = apercentileFunction,
.finalizeFunc = apercentileFinalize
.finalizeFunc = apercentileFinalize,
.pPartialFunc = "_apercentile_partial",
.pMergeFunc = "_apercentile_merge"
},
{
.name = "_apercentile_partial",