Uses of Class
org.apache.flink.api.common.operators.Order
-
Packages that use Order Package Description org.apache.flink.api.common.operators -
-
Uses of Order in org.apache.flink.api.common.operators
Fields in org.apache.flink.api.common.operators with type parameters of type Order Modifier and Type Field Description protected ArrayList<Order>Ordering. ordersMethods in org.apache.flink.api.common.operators that return Order Modifier and Type Method Description Order[]Ordering. getFieldOrders()OrderOrdering. getOrder(int index)static OrderOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static Order[]Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.api.common.operators with parameters of type Order Modifier and Type Method Description OrderingOrdering. appendOrdering(Integer index, Class<? extends Comparable<?>> type, Order order)Extends this ordering by appending an additional order requirement.Constructors in org.apache.flink.api.common.operators with parameters of type Order Constructor Description Ordering(int index, Class<? extends Comparable<?>> type, Order order)
-