merge 3.0

This commit is contained in:
Xiaoyu Wang 2022-06-13 19:00:09 +08:00
parent 9d9c05ccb5
commit 8ed69d2195
1 changed files with 1 additions and 1 deletions

View File

@ -1519,7 +1519,7 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
.type = FUNCTION_TYPE_AVG,
.classification = FUNC_MGT_AGG_FUNC,
.translateFunc = translateInNumOutDou,
.rewriteFunc = rewriteAvg,
// .rewriteFunc = rewriteAvg,
.getEnvFunc = getAvgFuncEnv,
.initFunc = avgFunctionSetup,
.processFunc = avgFunction,