Uses of Class
io.trino.execution.buffer.PagesSerde
Packages that use PagesSerde
-
Uses of PagesSerde in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return PagesSerdeModifier and TypeMethodDescriptionPagesSerdeFactory.createPagesSerde()PagesSerdeFactory.createPagesSerdeForSpill(Optional<SpillCipher> spillCipher) Methods in io.trino.execution.buffer with parameters of type PagesSerdeModifier and TypeMethodDescriptionPagesSerdeUtil.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 PagesSerdeModifierConstructorDescriptionExchangeOperator(OperatorContext operatorContext, PlanNodeId sourceId, PagesSerde serde, ExchangeClient exchangeClient) MergeOperator(OperatorContext operatorContext, PlanNodeId sourceId, ExchangeClientSupplier exchangeClientSupplier, 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 PagesSerdeModifierConstructorDescriptionFileSingleStreamSpiller(PagesSerde serde, com.google.common.util.concurrent.ListeningExecutorService executor, Path spillPath, SpillerStats spillerStats, SpillContext spillContext, LocalMemoryContext memoryContext, Optional<SpillCipher> spillCipher, Runnable fileSystemErrorHandler)