Package io.trino.operator.join
Interface PageJoiner.PageJoinerFactory
-
- Enclosing interface:
- PageJoiner
public static interface PageJoiner.PageJoinerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PageJoinergetPageJoiner(com.google.common.util.concurrent.ListenableFuture<LookupSourceProvider> lookupSourceProvider, Optional<PartitioningSpillerFactory> partitioningSpillerFactory, Iterator<DefaultPageJoiner.SavedRow> savedRows)
-
-
-
Method Detail
-
getPageJoiner
PageJoiner getPageJoiner(com.google.common.util.concurrent.ListenableFuture<LookupSourceProvider> lookupSourceProvider, Optional<PartitioningSpillerFactory> partitioningSpillerFactory, Iterator<DefaultPageJoiner.SavedRow> savedRows)
-
-