| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.spiller |
| Modifier and Type | Method and Description |
|---|---|
SpillContext |
OperatorContext.getSpillContext() |
default SpillContext |
SpillContext.newLocalSpillContext() |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSpillContext |
| Modifier and Type | Method and Description |
|---|---|
PartitioningSpiller |
PartitioningSpillerFactory.create(List<Type> types,
PartitionFunction partitionFunction,
SpillContext spillContext,
AggregatedMemoryContext memoryContext) |
PartitioningSpiller |
GenericPartitioningSpillerFactory.create(List<Type> types,
PartitionFunction partitionFunction,
SpillContext spillContext,
AggregatedMemoryContext memoryContext) |
Spiller |
SpillerFactory.create(List<Type> types,
SpillContext localSpillContext,
AggregatedMemoryContext aggregatedMemoryContext) |
Spiller |
GenericSpillerFactory.create(List<Type> types,
SpillContext localSpillContext,
AggregatedMemoryContext aggregatedMemoryContext) |
SingleStreamSpiller |
SingleStreamSpillerFactory.create(List<Type> types,
SpillContext spillContext,
LocalMemoryContext memoryContext) |
SingleStreamSpiller |
FileSingleStreamSpillerFactory.create(List<Type> types,
SpillContext spillContext,
LocalMemoryContext memoryContext) |
| Constructor and Description |
|---|
FileSingleStreamSpiller(PagesSerde serde,
com.google.common.util.concurrent.ListeningExecutorService executor,
Path spillPath,
SpillerStats spillerStats,
SpillContext spillContext,
LocalMemoryContext memoryContext) |
GenericPartitioningSpiller(List<Type> types,
PartitionFunction partitionFunction,
SpillContext spillContext,
AggregatedMemoryContext memoryContext,
SingleStreamSpillerFactory spillerFactory) |
GenericSpiller(List<Type> types,
SpillContext spillContext,
AggregatedMemoryContext aggregatedMemoryContext,
SingleStreamSpillerFactory singleStreamSpillerFactory) |
LocalSpillContext(SpillContext parentSpillContext) |
Copyright © 2012–2019. All rights reserved.