Class GeneratedProjection
- java.lang.Object
-
- org.apache.flink.table.runtime.generated.GeneratedClass<Projection>
-
- org.apache.flink.table.runtime.generated.GeneratedProjection
-
- All Implemented Interfaces:
Serializable
public class GeneratedProjection extends GeneratedClass<Projection>
Describes a generatedProjection
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratedProjection(String className, String code, Object[] references)
GeneratedProjection(String className, String code, Object[] references, ReadableConfig conf)
Creates a GeneratedProjection.
-
Method Summary
-
Methods inherited from class org.apache.flink.table.runtime.generated.GeneratedClass
compile, getClass, getClassName, getCode, getReferences, newInstance, newInstance
-
-
-
-
Constructor Detail
-
GeneratedProjection
@VisibleForTesting public GeneratedProjection(String className, String code, Object[] references)
-
GeneratedProjection
public GeneratedProjection(String className, String code, Object[] references, ReadableConfig conf)
Creates a GeneratedProjection.- 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.
-
-