Uses of Interface
io.trino.spiller.PartitioningSpiller
-
Packages that use PartitioningSpiller Package Description io.trino.operator.join io.trino.spiller -
-
Uses of PartitioningSpiller in io.trino.operator.join
Methods in io.trino.operator.join that return types with arguments of type PartitioningSpiller Modifier and Type Method Description Optional<PartitioningSpiller>PageJoiner. getSpiller() -
Uses of PartitioningSpiller in io.trino.spiller
Classes in io.trino.spiller that implement PartitioningSpiller Modifier and Type Class Description classGenericPartitioningSpillerMethods in io.trino.spiller that return PartitioningSpiller Modifier and Type Method Description PartitioningSpillerGenericPartitioningSpillerFactory. create(List<Type> types, PartitionFunction partitionFunction, SpillContext spillContext, AggregatedMemoryContext memoryContext)PartitioningSpillerPartitioningSpillerFactory. create(List<Type> types, PartitionFunction partitionFunction, SpillContext spillContext, AggregatedMemoryContext memoryContext)
-