public static class LastValueAggFunction.LongLastValueAggFunction extends LastValueAggFunction<Long>
LastValueAggFunction.BooleanLastValueAggFunction, LastValueAggFunction.ByteLastValueAggFunction, LastValueAggFunction.DecimalLastValueAggFunction, LastValueAggFunction.DoubleLastValueAggFunction, LastValueAggFunction.FloatLastValueAggFunction, LastValueAggFunction.IntLastValueAggFunction, LastValueAggFunction.LongLastValueAggFunction, LastValueAggFunction.ShortLastValueAggFunction, LastValueAggFunction.StringLastValueAggFunction
Constructor and Description |
---|
LongLastValueAggFunction() |
Modifier and Type | Method and Description |
---|---|
TypeInformation<Long> |
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<Long> getResultType()
UserDefinedAggregateFunction
TypeInformation
of the UserDefinedAggregateFunction
's result.getResultType
in class UserDefinedAggregateFunction<Long,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.