Uses of Class
io.trino.operator.join.DefaultPageJoiner.SavedRow
Packages that use DefaultPageJoiner.SavedRow
-
Uses of DefaultPageJoiner.SavedRow in io.trino.operator.join
Methods in io.trino.operator.join that return types with arguments of type DefaultPageJoiner.SavedRowMethod parameters in io.trino.operator.join with type arguments of type DefaultPageJoiner.SavedRowModifier and TypeMethodDescriptionPageJoiner.PageJoinerFactory.getPageJoiner(com.google.common.util.concurrent.ListenableFuture<LookupSourceProvider> lookupSourceProvider, Optional<PartitioningSpillerFactory> partitioningSpillerFactory, Iterator<DefaultPageJoiner.SavedRow> savedRows) Constructor parameters in io.trino.operator.join with type arguments of type DefaultPageJoiner.SavedRowModifierConstructorDescriptionDefaultPageJoiner(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<DefaultPageJoiner.SavedRow> savedRows)