Uses of Class
io.trino.execution.buffer.PagesSerde
-
Packages that use PagesSerde Package Description io.trino.execution.buffer io.trino.operator io.trino.spiller -
-
Uses of PagesSerde in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return PagesSerde Modifier and Type Method Description PagesSerdePagesSerdeFactory. createPagesSerde()PagesSerdePagesSerdeFactory. createPagesSerdeForSpill(Optional<SpillCipher> spillCipher)Methods in io.trino.execution.buffer with parameters of type PagesSerde Modifier and Type Method Description static Iterator<Page>PagesSerdeUtil. readPages(PagesSerde serde, io.airlift.slice.SliceInput sliceInput)static longPagesSerdeUtil. writePages(PagesSerde serde, io.airlift.slice.SliceOutput sliceOutput, Page... pages)static longPagesSerdeUtil. writePages(PagesSerde serde, io.airlift.slice.SliceOutput sliceOutput, Iterator<Page> pages) -
Uses of PagesSerde in io.trino.operator
Constructors in io.trino.operator with parameters of type PagesSerde Constructor Description ExchangeOperator(OperatorContext operatorContext, PlanNodeId sourceId, io.trino.operator.ExchangeOperator.ExchangeDataSource exchangeDataSource, PagesSerde serde)MergeOperator(OperatorContext operatorContext, PlanNodeId sourceId, DirectExchangeClientSupplier directExchangeClientSupplier, PagesSerde pagesSerde, PageWithPositionComparator comparator, List<Integer> outputChannels, List<Type> outputTypes) -
Uses of PagesSerde in io.trino.spiller
Constructors in io.trino.spiller with parameters of type PagesSerde Constructor Description FileSingleStreamSpiller(PagesSerde serde, com.google.common.util.concurrent.ListeningExecutorService executor, Path spillPath, SpillerStats spillerStats, SpillContext spillContext, LocalMemoryContext memoryContext, Optional<SpillCipher> spillCipher, Runnable fileSystemErrorHandler)
-