Uses of Interface
io.trino.operator.SpillContext
Packages that use SpillContext
-
Uses of SpillContext in io.trino.operator
Methods in io.trino.operator that return SpillContextModifier and TypeMethodDescriptionOperatorContext.getSpillContext()ProcessorContext.getSpillContext()default SpillContextSpillContext.newLocalSpillContext() -
Uses of SpillContext in io.trino.spiller
Classes in io.trino.spiller that implement SpillContextMethods in io.trino.spiller with parameters of type SpillContextModifier and TypeMethodDescriptionFileSingleStreamSpillerFactory.create(List<Type> types, SpillContext spillContext, LocalMemoryContext memoryContext) GenericPartitioningSpillerFactory.create(List<Type> types, PartitionFunction partitionFunction, SpillContext spillContext, AggregatedMemoryContext memoryContext) GenericSpillerFactory.create(List<Type> types, SpillContext localSpillContext, AggregatedMemoryContext aggregatedMemoryContext) PartitioningSpillerFactory.create(List<Type> types, PartitionFunction partitionFunction, SpillContext spillContext, AggregatedMemoryContext memoryContext) SingleStreamSpillerFactory.create(List<Type> types, SpillContext spillContext, LocalMemoryContext memoryContext) SpillerFactory.create(List<Type> types, SpillContext localSpillContext, AggregatedMemoryContext aggregatedMemoryContext) Constructors in io.trino.spiller with parameters of type SpillContextModifierConstructorDescriptionFileSingleStreamSpiller(PagesSerdeFactory serdeFactory, Optional<SecretKey> encryptionKey, com.google.common.util.concurrent.ListeningExecutorService executor, Path spillPath, SpillerStats spillerStats, SpillContext spillContext, LocalMemoryContext memoryContext, Runnable fileSystemErrorHandler) 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)