Uses of Class
org.apache.druid.query.operator.window.WindowFrame.PeerType
-
Packages that use WindowFrame.PeerType Package Description org.apache.druid.query.operator.window -
-
Uses of WindowFrame.PeerType in org.apache.druid.query.operator.window
Methods in org.apache.druid.query.operator.window that return WindowFrame.PeerType Modifier and Type Method Description WindowFrame.PeerTypeWindowFrame. getPeerType()static WindowFrame.PeerTypeWindowFrame.PeerType. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowFrame.PeerType[]WindowFrame.PeerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.query.operator.window with parameters of type WindowFrame.PeerType Constructor Description WindowFrame(WindowFrame.PeerType peerType, boolean lowerUnbounded, int lowerOffset, boolean upperUnbounded, int upperOffset, List<ColumnWithDirection> orderBy)
-