refactor
This commit is contained in:
parent
12f4bc3c90
commit
49b277e64b
|
@ -1168,7 +1168,9 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
|
||||||
.getEnvFunc = getApercentileFuncEnv,
|
.getEnvFunc = getApercentileFuncEnv,
|
||||||
.initFunc = apercentileFunctionSetup,
|
.initFunc = apercentileFunctionSetup,
|
||||||
.processFunc = apercentileFunction,
|
.processFunc = apercentileFunction,
|
||||||
.finalizeFunc = apercentileFinalize
|
.finalizeFunc = apercentileFinalize,
|
||||||
|
.pPartialFunc = "_apercentile_partial",
|
||||||
|
.pMergeFunc = "_apercentile_merge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "_apercentile_partial",
|
.name = "_apercentile_partial",
|
||||||
|
|
Loading…
Reference in New Issue