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 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.