public class PercentRankAggFunction extends RankAggFunction implements SizeBasedWindowFunction
lastValues, orderKeyTypes, sequence
Constructor and Description |
---|
PercentRankAggFunction(LogicalType[] orderKeyTypes) |
Modifier and Type | Method and Description |
---|---|
Expression |
getValueExpression()
An expression which returns the final value for this aggregate function.
|
accumulateExpressions, aggBufferAttributes, getAggBufferTypes, initialValuesExpressions
generateInitLiteral, getResultType, mergeExpressions, operandCount, orderKeyEqualsExpression, retractExpressions
getKind, getTypeInference, mergeOperand, mergeOperands, operand, operands
close, functionIdentifier, open, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
windowSizeAttribute
getRequirements, isDeterministic
public PercentRankAggFunction(LogicalType[] orderKeyTypes)
public Expression getValueExpression()
DeclarativeAggregateFunction
getValueExpression
in class RankLikeAggFunctionBase
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.