Class GeneratedHashFunction
java.lang.Object
org.apache.flink.table.runtime.generated.GeneratedClass<HashFunction>
org.apache.flink.table.runtime.generated.GeneratedHashFunction
- All Implemented Interfaces:
Serializable
Describes a generated
HashFunction.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratedHashFunction(String className, String code, Object[] references, org.apache.flink.configuration.ReadableConfig conf) Creates a GeneratedHashFunction. -
Method Summary
Methods inherited from class org.apache.flink.table.runtime.generated.GeneratedClass
compile, getClass, getClassName, getCode, getReferences, newInstance, newInstance
-
Constructor Details
-
GeneratedHashFunction
public GeneratedHashFunction(String className, String code, Object[] references, org.apache.flink.configuration.ReadableConfig conf) Creates a GeneratedHashFunction.- Parameters:
className- class name of the generated Function.code- code of the generated Function.references- referenced objects of the generated Function.conf- configuration when generating Function.
-