Uses of Interface
io.prestosql.operator.HashGenerator
-
Packages that use HashGenerator Package Description io.prestosql.operator io.prestosql.operator.exchange -
-
Uses of HashGenerator in io.prestosql.operator
Classes in io.prestosql.operator that implement HashGenerator Modifier and Type Class Description classInterpretedHashGeneratorclassPrecomputedHashGenerator -
Uses of HashGenerator in io.prestosql.operator.exchange
Constructors in io.prestosql.operator.exchange with parameters of type HashGenerator Constructor Description LocalPartitionGenerator(HashGenerator hashGenerator, int partitionCount)
-