Package io.trino.spiller
Class GenericPartitioningSpillerFactory
java.lang.Object
io.trino.spiller.GenericPartitioningSpillerFactory
- All Implemented Interfaces:
PartitioningSpillerFactory
-
Constructor Summary
ConstructorsConstructorDescriptionGenericPartitioningSpillerFactory(SingleStreamSpillerFactory singleStreamSpillerFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate(List<Type> types, PartitionFunction partitionFunction, SpillContext spillContext, AggregatedMemoryContext memoryContext)
-
Constructor Details
-
GenericPartitioningSpillerFactory
@Inject public GenericPartitioningSpillerFactory(SingleStreamSpillerFactory singleStreamSpillerFactory)
-
-
Method Details
-
create
public PartitioningSpiller create(List<Type> types, PartitionFunction partitionFunction, SpillContext spillContext, AggregatedMemoryContext memoryContext) - Specified by:
createin interfacePartitioningSpillerFactory
-