Package org.apache.flink.table.api
Interface TablePipeline
- All Superinterfaces:
Compilable,Executable,Explainable<TablePipeline>
@PublicEvolving
public interface TablePipeline
extends Explainable<TablePipeline>, Executable, Compilable
Describes a complete pipeline from one or more source tables to a sink table.
- See Also:
-
Method Summary
Methods inherited from interface org.apache.flink.table.api.Compilable
compilePlanMethods inherited from interface org.apache.flink.table.api.Executable
executeMethods inherited from interface org.apache.flink.table.api.Explainable
explain, explain, printExplain
-
Method Details
-
getSinkIdentifier
Optional<org.apache.flink.table.catalog.ObjectIdentifier> getSinkIdentifier()- Returns:
- The sink table's
ObjectIdentifier, if any. The result is empty for anonymous sink tables that haven't been registered before.
-