Package io.trino.util
Class MergeSortedPages.PageWithPosition
- java.lang.Object
-
- io.trino.util.MergeSortedPages.PageWithPosition
-
- Enclosing class:
- MergeSortedPages
public static class MergeSortedPages.PageWithPosition extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(PageBuilder pageBuilder, List<Integer> outputChannels, List<Type> outputTypes)PagegetPage()intgetPosition()
-