Class TransformationMetadata
java.lang.Object
org.apache.flink.table.planner.plan.nodes.exec.utils.TransformationMetadata
This POJO is meant to hold some metadata information about operators, which usually needs to be
passed to "factory" methods for
Transformation.-
Constructor Summary
ConstructorsConstructorDescriptionTransformationMetadata(String name, String desc) Used byBatchExecNode, as they don't require the uid.TransformationMetadata(String uid, String name, String desc) Used byStreamExecNode, as they require the uid. -
Method Summary
-
Constructor Details
-
TransformationMetadata
Used byBatchExecNode, as they don't require the uid. -
TransformationMetadata
Used byStreamExecNode, as they require the uid.
-
-
Method Details
-
getUid
-
getName
-
getDescription
-
fill
public <T extends org.apache.flink.api.dag.Transformation<?>> T fill(T transformation) Fill a transformation with this meta.
-