[imporvement] remove unused method from AggregateFunction (#7496)
This commit is contained in:
@ -143,15 +143,6 @@ public class AggregateFunction extends Function {
|
||||
mergeFnSymbol, getValueFnSymbol, removeFnSymbol, finalizeFnSymbol, vectorized);
|
||||
}
|
||||
|
||||
public AggregateFunction(FunctionName fnName, List<Type> argTypes,
|
||||
Type retType, Type intermediateType, boolean hasVarArgs,
|
||||
HdfsURI location, String updateFnSymbol, String initFnSymbol,
|
||||
String serializeFnSymbol, String mergeFnSymbol, String getValueFnSymbol,
|
||||
String removeFnSymbol, String finalizeFnSymbol) {
|
||||
this(fnName, argTypes, retType, intermediateType, hasVarArgs, location, updateFnSymbol, initFnSymbol, serializeFnSymbol,
|
||||
mergeFnSymbol, getValueFnSymbol, removeFnSymbol, finalizeFnSymbol, false);
|
||||
}
|
||||
|
||||
public AggregateFunction(FunctionName fnName, List<Type> argTypes,
|
||||
Type retType, Type intermediateType, boolean hasVarArgs,
|
||||
HdfsURI location, String updateFnSymbol, String initFnSymbol,
|
||||
|
||||
Reference in New Issue
Block a user