Class LeadLagAggFunction.TimestampLeadLagAggFunction

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

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

    • TimestampLeadLagAggFunction

      public TimestampLeadLagAggFunction(int operandCount, org.apache.flink.table.types.logical.TimestampType type)
  • Method Details

    • getResultType

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