Uses of Interface
io.trino.operator.HashGenerator
-
Packages that use HashGenerator Package Description io.trino.operator io.trino.operator.exchange io.trino.operator.join -
-
Uses of HashGenerator in io.trino.operator
Classes in io.trino.operator that implement HashGenerator Modifier and Type Class Description classInterpretedHashGeneratorclassPrecomputedHashGenerator -
Uses of HashGenerator in io.trino.operator.exchange
Constructors in io.trino.operator.exchange with parameters of type HashGenerator Constructor Description LocalPartitionGenerator(HashGenerator hashGenerator, int partitionCount) -
Uses of HashGenerator in io.trino.operator.join
Constructors in io.trino.operator.join with parameters of type HashGenerator 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)
-