public static class LastValueAggFunction.DoubleLastValueAggFunction extends LastValueAggFunction<Double>
LastValueAggFunction.BooleanLastValueAggFunction, LastValueAggFunction.ByteLastValueAggFunction, LastValueAggFunction.DecimalLastValueAggFunction, LastValueAggFunction.DoubleLastValueAggFunction, LastValueAggFunction.FloatLastValueAggFunction, LastValueAggFunction.IntLastValueAggFunction, LastValueAggFunction.LongLastValueAggFunction, LastValueAggFunction.ShortLastValueAggFunction, LastValueAggFunction.StringLastValueAggFunction
Constructor and Description |
---|
DoubleLastValueAggFunction() |
Modifier and Type | Method and Description |
---|---|
TypeInformation<Double> |
getResultType()
Returns the
TypeInformation of the UserDefinedAggregateFunction 's result. |
accumulate, accumulate, createAccumulator, getAccumulatorType, getValue, isDeterministic, resetAccumulator
getKind, getRequirements, getTypeInference, requiresOver
close, functionIdentifier, open, toString
public TypeInformation<Double> getResultType()
UserDefinedAggregateFunction
TypeInformation
of the UserDefinedAggregateFunction
's result.getResultType
in class UserDefinedAggregateFunction<Double,GenericRowData>
TypeInformation
of the UserDefinedAggregateFunction
's result or
null
if the result type should be automatically inferred.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.