Class LeadLagAggFunction.FloatLeadLagAggFunction

java.lang.Object
org.apache.flink.table.functions.UserDefinedFunction
org.apache.flink.table.functions.DeclarativeAggregateFunction
org.apache.flink.table.planner.functions.aggfunctions.LeadLagAggFunction
org.apache.flink.table.planner.functions.aggfunctions.LeadLagAggFunction.FloatLeadLagAggFunction
All Implemented Interfaces:
Serializable, org.apache.flink.table.functions.FunctionDefinition
Enclosing class:
LeadLagAggFunction

public static class LeadLagAggFunction.FloatLeadLagAggFunction extends LeadLagAggFunction
FloatLeadLagAggFunction.
See Also:
  • Constructor Details

    • FloatLeadLagAggFunction

      public FloatLeadLagAggFunction(int operandCount)
  • Method Details

    • getResultType

      public org.apache.flink.table.types.DataType getResultType()
      Specified by:
      getResultType in class org.apache.flink.table.functions.DeclarativeAggregateFunction