Package io.trino.spiller
Class GenericSpillerFactory
java.lang.Object
io.trino.spiller.GenericSpillerFactory
- All Implemented Interfaces:
SpillerFactory
-
Constructor Summary
ConstructorsConstructorDescriptionGenericSpillerFactory(SingleStreamSpillerFactory singleStreamSpillerFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate(List<Type> types, SpillContext localSpillContext, AggregatedMemoryContext aggregatedMemoryContext)
-
Constructor Details
-
GenericSpillerFactory
-
-
Method Details
-
create
public Spiller create(List<Type> types, SpillContext localSpillContext, AggregatedMemoryContext aggregatedMemoryContext) - Specified by:
createin interfaceSpillerFactory
-