Class PercentRankAggFunction
java.lang.Object
org.apache.flink.table.functions.UserDefinedFunction
org.apache.flink.table.functions.DeclarativeAggregateFunction
org.apache.flink.table.planner.functions.aggfunctions.RankLikeAggFunctionBase
org.apache.flink.table.planner.functions.aggfunctions.RankAggFunction
org.apache.flink.table.planner.functions.aggfunctions.PercentRankAggFunction
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition,SizeBasedWindowFunction
built-in percent_rank aggregate function.
- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.table.planner.functions.aggfunctions.RankLikeAggFunctionBase
lastValues, orderKeyTypes, sequence -
Constructor Summary
ConstructorsConstructorDescriptionPercentRankAggFunction(org.apache.flink.table.types.logical.LogicalType[] orderKeyTypes) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.expressions.ExpressionMethods inherited from class org.apache.flink.table.planner.functions.aggfunctions.RankAggFunction
accumulateExpressions, aggBufferAttributes, getAggBufferTypes, initialValuesExpressionsMethods inherited from class org.apache.flink.table.planner.functions.aggfunctions.RankLikeAggFunctionBase
generateInitLiteral, getResultType, mergeExpressions, operandCount, orderKeyEqualsExpression, retractExpressionsMethods inherited from class org.apache.flink.table.functions.DeclarativeAggregateFunction
getKind, getTypeInference, mergeOperand, mergeOperands, operand, operandsMethods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.table.functions.FunctionDefinition
getRequirements, isDeterministic, supportsConstantFoldingMethods inherited from interface org.apache.flink.table.planner.functions.aggfunctions.SizeBasedWindowFunction
windowSizeAttribute
-
Constructor Details
-
PercentRankAggFunction
public PercentRankAggFunction(org.apache.flink.table.types.logical.LogicalType[] orderKeyTypes)
-
-
Method Details
-
getValueExpression
public org.apache.flink.table.expressions.Expression getValueExpression()- Overrides:
getValueExpressionin classRankLikeAggFunctionBase
-