Package io.trino.spiller
Interface SpillerFactory
- All Known Implementing Classes:
GenericSpillerFactory
public interface SpillerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(List<Type> types, SpillContext localSpillContext, AggregatedMemoryContext aggregatedMemoryContext)
-
Method Details
-
create
Spiller create(List<Type> types, SpillContext localSpillContext, AggregatedMemoryContext aggregatedMemoryContext)
-