Class RankProcessStrategy.UpdateFastStrategy

java.lang.Object
org.apache.flink.table.planner.plan.utils.RankProcessStrategy.UpdateFastStrategy
All Implemented Interfaces:
RankProcessStrategy
Enclosing interface:
RankProcessStrategy

public static class RankProcessStrategy.UpdateFastStrategy extends Object implements RankProcessStrategy
A strategy which only works when input shouldn't contains deletion changes and input should have the given primaryKeys and should be monotonic on the order by field.
  • Field Details

  • Constructor Details

    • UpdateFastStrategy

      public UpdateFastStrategy(int[] primaryKeys)
  • Method Details

    • getPrimaryKeys

      public int[] getPrimaryKeys()
    • toString

      public String toString()
      Overrides:
      toString in class Object