Package io.trino.operator
Class PagesIndexPageSorter
java.lang.Object
io.trino.operator.PagesIndexPageSorter
- All Implemented Interfaces:
PageSorter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PagesIndexPageSorter
-
-
Method Details
-
sort
public long[] sort(List<Type> types, List<Page> pages, List<Integer> sortChannels, List<SortOrder> sortOrders, int expectedPositions) - Specified by:
sortin interfacePageSorter
-
decodePageIndex
public int decodePageIndex(long address) - Specified by:
decodePageIndexin interfacePageSorter
-
decodePositionIndex
public int decodePositionIndex(long address) - Specified by:
decodePositionIndexin interfacePageSorter
-