Uses of Enum Class
io.trino.spi.connector.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in io.trino.spi.connector
Subclasses with type arguments of type SortOrder in io.trino.spi.connectorMethods in io.trino.spi.connector that return SortOrderModifier and TypeMethodDescriptionSortingProperty.getOrder()SortItem.getSortOrder()static SortOrderReturns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.spi.connector with parameters of type SortOrder -
Uses of SortOrder in io.trino.spi.type
Methods in io.trino.spi.type with parameters of type SortOrderModifier and TypeMethodDescriptionTypeOperators.getOrderingOperator(Type type, SortOrder sortOrder, InvocationConvention callingConvention)