merge 3.0
This commit is contained in:
parent
9d9c05ccb5
commit
8ed69d2195
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue