Uses of Interface
io.trino.operator.HashGenerator
-
Packages that use HashGenerator Package Description io.trino.operator io.trino.operator.exchange io.trino.operator.join io.trino.sql.planner -
-
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 DefaultPageJoiner(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 Constructor Description HashBucketFunction(HashGenerator generator, int bucketCount)
-