Class LeadLagAggFunction.ShortLeadLagAggFunction

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.ShortLeadLagAggFunction
All Implemented Interfaces:
Serializable, org.apache.flink.table.functions.FunctionDefinition
Enclosing class:
LeadLagAggFunction

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

    • ShortLeadLagAggFunction

      public ShortLeadLagAggFunction(int operandCount)
  • Method Details

    • getResultType

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