Class ConstantRankRangeWithoutEnd

java.lang.Object
org.apache.flink.table.runtime.operators.rank.ConstantRankRangeWithoutEnd
All Implemented Interfaces:
Serializable, RankRange

public class ConstantRankRangeWithoutEnd extends Object implements RankRange
ConstantRankRangeWithoutEnd is a RankRange which not specify RankEnd.
See Also:
  • Constructor Details

    • ConstantRankRangeWithoutEnd

      public ConstantRankRangeWithoutEnd(long rankStart)
  • Method Details