Interface TableLineageDataset
- All Superinterfaces:
org.apache.flink.streaming.api.lineage.LineageDataset
- All Known Implementing Classes:
TableLineageDatasetImpl
public interface TableLineageDataset
extends org.apache.flink.streaming.api.lineage.LineageDataset
Basic table lineage dataset which has catalog context and table in it.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.catalog.listener.CatalogContextorg.apache.flink.table.catalog.ObjectPathorg.apache.flink.table.catalog.CatalogBaseTabletable()Methods inherited from interface org.apache.flink.streaming.api.lineage.LineageDataset
facets, name, namespace
-
Method Details
-
catalogContext
org.apache.flink.table.catalog.listener.CatalogContext catalogContext() -
table
org.apache.flink.table.catalog.CatalogBaseTable table() -
objectPath
org.apache.flink.table.catalog.ObjectPath objectPath()
-