Uses of Class
io.trino.operator.join.PageJoiner.SavedRow
-
Packages that use PageJoiner.SavedRow Package Description io.trino.operator.join -
-
Uses of PageJoiner.SavedRow in io.trino.operator.join
Methods in io.trino.operator.join that return types with arguments of type PageJoiner.SavedRow Modifier and Type Method Description Map<Integer,PageJoiner.SavedRow>PageJoiner. getSpilledRows()Method parameters in io.trino.operator.join with type arguments of type PageJoiner.SavedRow Modifier and Type Method Description PageJoinerPageJoiner.PageJoinerFactory. getPageJoiner(com.google.common.util.concurrent.ListenableFuture<LookupSourceProvider> lookupSourceProvider, Optional<PartitioningSpillerFactory> partitioningSpillerFactory, Iterator<PageJoiner.SavedRow> savedRows)Constructor parameters in io.trino.operator.join with type arguments of type PageJoiner.SavedRow Constructor Description PageJoiner(ProcessorContext processorContext, List<Type> probeTypes, List<Type> buildOutputTypes, LookupJoinOperatorFactory.JoinType joinType, boolean outputSingleMatch, HashGenerator hashGenerator, JoinProbe.JoinProbeFactory joinProbeFactory, LookupSourceFactory lookupSourceFactory, com.google.common.util.concurrent.ListenableFuture<LookupSourceProvider> lookupSourceProvider, Optional<PartitioningSpillerFactory> partitioningSpillerFactory, JoinStatisticsCounter statisticsCounter, Iterator<PageJoiner.SavedRow> savedRows)
-