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 Type
    Method
    Description
    org.apache.flink.table.catalog.listener.CatalogContext
     
    org.apache.flink.table.catalog.ObjectPath
     
    org.apache.flink.table.catalog.CatalogBaseTable
     

    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()