Enum WinAggImplementor.SeekType

java.lang.Object
java.lang.Enum<WinAggImplementor.SeekType>
org.apache.calcite.adapter.enumerable.WinAggImplementor.SeekType
All Implemented Interfaces:
Serializable, Comparable<WinAggImplementor.SeekType>, Constable
Enclosing interface:
WinAggImplementor

public static enum WinAggImplementor.SeekType extends Enum<WinAggImplementor.SeekType>
Allows to access rows in window partition relative to first/last and current row.