Uses of Interface
io.trino.operator.HashGenerator
Packages that use HashGenerator
Package
Description
-
Uses of HashGenerator in io.trino.operator
Classes in io.trino.operator that implement HashGenerator -
Uses of HashGenerator in io.trino.operator.exchange
Constructors in io.trino.operator.exchange with parameters of type HashGeneratorModifierConstructorDescriptionLocalPartitionGenerator(HashGenerator hashGenerator, int partitionCount) -
Uses of HashGenerator in io.trino.operator.join
Constructors in io.trino.operator.join with parameters of type HashGeneratorModifierConstructorDescriptionDefaultPageJoiner(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) -
Uses of HashGenerator in io.trino.sql.planner
Constructors in io.trino.sql.planner with parameters of type HashGenerator