Class GeneratedInput<F extends 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 InputFormat<?,?>> extends GeneratedClass<F>
Describes a generatedInputFormat
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratedInput(String className, String code, Object[] references, 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, 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.
-
-