Uses of Enum
org.apache.flink.table.functions.TableSemantics.SortDirection
Packages that use TableSemantics.SortDirection
-
Uses of TableSemantics.SortDirection in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return TableSemantics.SortDirectionModifier and TypeMethodDescriptionTableSemantics.orderByDirections()Returns information about the sort direction for each ORDER BY column.static TableSemantics.SortDirectionReturns the enum constant of this type with the specified name.static TableSemantics.SortDirection[]TableSemantics.SortDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.