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