Uses of Class
org.apache.flink.table.runtime.generated.GeneratedHashFunction
-
Packages that use GeneratedHashFunction Package Description org.apache.flink.table.runtime.operators.process org.apache.flink.table.runtime.partitioner -
-
Uses of GeneratedHashFunction in org.apache.flink.table.runtime.operators.process
Constructors in org.apache.flink.table.runtime.operators.process with parameters of type GeneratedHashFunction Constructor Description ProcessTableOperatorFactory(List<RuntimeTableSemantics> tableSemantics, List<RuntimeStateInfo> stateInfos, GeneratedProcessTableRunner generatedProcessTableRunner, GeneratedHashFunction[] generatedStateHashCode, GeneratedRecordEqualiser[] generatedStateEquals, RuntimeChangelogMode producedChangelogMode) -
Uses of GeneratedHashFunction in org.apache.flink.table.runtime.partitioner
Constructors in org.apache.flink.table.runtime.partitioner with parameters of type GeneratedHashFunction Constructor Description BinaryHashPartitioner(GeneratedHashFunction genHashFunc, String[] hashFieldNames)
-