Uses of Interface
io.trino.operator.HashGenerator
-
Packages that use HashGenerator Package Description io.trino.operator io.trino.operator.exchange -
-
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)
-