@Deprecated public class HiveAggSqlFunction extends org.apache.flink.table.planner.functions.utils.AggSqlFunction
AggSqlFunction. Override getFunction to clone function and invoke HiveUDAF#setArgumentTypesAndConstants. Override SqlReturnTypeInference to invoke HiveUDAF#getHiveResultType instead of HiveUDAF#getResultType.| Constructor and Description |
|---|
HiveAggSqlFunction(org.apache.flink.table.functions.FunctionIdentifier identifier,
org.apache.flink.table.functions.AggregateFunction aggregateFunction,
org.apache.flink.table.planner.calcite.FlinkTypeFactory typeFactory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.functions.AggregateFunction |
makeFunction(Object[] constantArguments,
org.apache.flink.table.types.logical.LogicalType[] argTypes)
Deprecated.
|
$lessinit$greater$default$8, aggregateFunction, apply, externalAccType, externalResultType, getParamTypes, isDeterministic, toStringgetOperandTypeCheckerallowsFilter, allowsNullTreatment, getDistinctOptionality, getParameterTypes, getReturnType, isAggregator, isQuantifierAllowed, requiresGroupOrder, requiresOrder, requiresOver, unwrap, validateCallderiveType, getFunctionType, getNameAsId, getParamNames, getSqlIdentifier, getSyntax, unparse, validateQuantifieracceptCall, acceptCall, adjustType, allowsFraming, argumentMustBeScalar, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getMonotonicity, getName, getOperandCountRange, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, getStrongPolicyInference, hashCode, inferReturnType, inferReturnType, isDynamicFunction, isGroup, isGroupAuxiliary, isName, isSymmetrical, leftPrec, preValidateCall, requiresDecimalExpansion, rewriteCall, rightPrec, unparseListClause, unparseListClause, validateOperands, validRexOperandspublic HiveAggSqlFunction(org.apache.flink.table.functions.FunctionIdentifier identifier,
org.apache.flink.table.functions.AggregateFunction aggregateFunction,
org.apache.flink.table.planner.calcite.FlinkTypeFactory typeFactory)
public org.apache.flink.table.functions.AggregateFunction makeFunction(Object[] constantArguments, org.apache.flink.table.types.logical.LogicalType[] argTypes)
makeFunction in class org.apache.flink.table.planner.functions.utils.AggSqlFunctionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.