Uses of Class
io.trino.plugin.hive.metastore.SortingColumn
Packages that use SortingColumn
-
Uses of SortingColumn in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type SortingColumnModifier and TypeMethodDescriptionHiveBucketHandle.getSortedBy()HiveBucketProperty.getSortedBy() -
Uses of SortingColumn in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return SortingColumnModifier and TypeMethodDescriptionstatic SortingColumnSortingColumn.fromMetastoreApiOrder(io.trino.hive.thrift.metastore.Order order, String tablePartitionName) -
Uses of SortingColumn in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util that return SortingColumnModifier and TypeMethodDescriptionstatic SortingColumnHiveUtil.sortingColumnFromString(String name) Methods in io.trino.plugin.hive.util with parameters of type SortingColumnModifier and TypeMethodDescriptionstatic StringHiveUtil.sortingColumnToString(SortingColumn column)