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 generatedInputFormat.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GeneratedInput(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 Detail
- 
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.
 
 - 
 
 -