| Package | Description |
|---|---|
| io.prestosql.execution.buffer | |
| io.prestosql.operator | |
| io.prestosql.spiller |
| Modifier and Type | Method and Description |
|---|---|
PagesSerde |
PagesSerdeFactory.createPagesSerde() |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<Page> |
PagesSerdeUtil.readPages(PagesSerde serde,
io.airlift.slice.SliceInput sliceInput) |
static long |
PagesSerdeUtil.writePages(PagesSerde serde,
io.airlift.slice.SliceOutput sliceOutput,
Iterator<Page> pages) |
static long |
PagesSerdeUtil.writePages(PagesSerde serde,
io.airlift.slice.SliceOutput sliceOutput,
Page... pages) |
| Constructor and Description |
|---|
ExchangeOperator(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) |
| Constructor and Description |
|---|
FileSingleStreamSpiller(PagesSerde serde,
com.google.common.util.concurrent.ListeningExecutorService executor,
Path spillPath,
SpillerStats spillerStats,
SpillContext spillContext,
LocalMemoryContext memoryContext) |
Copyright © 2012–2019. All rights reserved.