Class GeneratedInput<F extends org.apache.flink.api.common.io.InputFormat<?,?>>
java.lang.Object
org.apache.flink.table.runtime.generated.GeneratedClass<F>
org.apache.flink.table.runtime.generated.GeneratedInput<F>
- Type Parameters:
F- type of Function
- All Implemented Interfaces:
Serializable
public class GeneratedInput<F extends org.apache.flink.api.common.io.InputFormat<?,?>>
extends GeneratedClass<F>
Describes a generated
InputFormat.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratedInput(String className, String code, Object[] references, org.apache.flink.configuration.ReadableConfig conf) Creates a GeneratedInput. -
Method Summary
Methods inherited from class org.apache.flink.table.runtime.generated.GeneratedClass
compile, getClass, getClassName, getCode, getReferences, newInstance, newInstance
-
Constructor Details
-
GeneratedInput
public GeneratedInput(String className, String code, Object[] references, org.apache.flink.configuration.ReadableConfig conf) Creates a GeneratedInput.- 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.
-