public static class AvgAggFunction.ShortAvgAggFunction extends AvgAggFunction
AvgAggFunction.ByteAvgAggFunction, AvgAggFunction.DecimalAvgAggFunction, AvgAggFunction.DoubleAvgAggFunction, AvgAggFunction.FloatAvgAggFunction, AvgAggFunction.IntAvgAggFunction, AvgAggFunction.LongAvgAggFunction, AvgAggFunction.ShortAvgAggFunction
Constructor and Description |
---|
ShortAvgAggFunction() |
Modifier and Type | Method and Description |
---|---|
DataType |
getResultType()
The result type of the function.
|
DataType |
getSumType() |
accumulateExpressions, adjustedMinus, adjustedPlus, aggBufferAttributes, getAggBufferTypes, getValueExpression, initialValuesExpressions, mergeExpressions, operandCount, retractExpressions
getKind, getTypeInference, mergeOperand, mergeOperands, operand, operands
close, functionIdentifier, open, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getRequirements, isDeterministic
public DataType getResultType()
DeclarativeAggregateFunction
getResultType
in class DeclarativeAggregateFunction
public DataType getSumType()
getSumType
in class AvgAggFunction
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.