Uses of Class
org.apache.druid.frame.key.KeyOrder
-
Packages that use KeyOrder Package Description org.apache.druid.frame.key -
-
Uses of KeyOrder in org.apache.druid.frame.key
Methods in org.apache.druid.frame.key that return KeyOrder Modifier and Type Method Description KeyOrderRunLengthEntry. getOrder()KeyOrderKeyColumn. order()static KeyOrderKeyOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyOrder[]KeyOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.frame.key with parameters of type KeyOrder Constructor Description KeyColumn(String columnName, KeyOrder order)
-