Uses of Class
io.trino.spi.connector.SortItem
Packages that use SortItem
-
Uses of SortItem in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type SortItemMethod parameters in io.trino.spi.connector with type arguments of type SortItemModifier and TypeMethodDescriptionConnectorMetadata.applyTopN(ConnectorSession session, ConnectorTableHandle handle, long topNCount, List<SortItem> sortItems, Map<String, ColumnHandle> assignments) Attempt to push down the TopN into the table scan.