Class TableSourceLineageVertexImpl

java.lang.Object
org.apache.flink.table.planner.lineage.TableSourceLineageVertexImpl
All Implemented Interfaces:
org.apache.flink.streaming.api.lineage.LineageVertex, org.apache.flink.streaming.api.lineage.SourceLineageVertex, TableSourceLineageVertex

public class TableSourceLineageVertexImpl extends Object implements TableSourceLineageVertex
Implementation of TableSourceLineageVertex.
  • Constructor Details

    • TableSourceLineageVertexImpl

      public TableSourceLineageVertexImpl(List<org.apache.flink.streaming.api.lineage.LineageDataset> datasets, org.apache.flink.api.connector.source.Boundedness boundedness)
  • Method Details

    • datasets

      public List<org.apache.flink.streaming.api.lineage.LineageDataset> datasets()
      Specified by:
      datasets in interface org.apache.flink.streaming.api.lineage.LineageVertex
    • boundedness

      public org.apache.flink.api.connector.source.Boundedness boundedness()
      Specified by:
      boundedness in interface org.apache.flink.streaming.api.lineage.SourceLineageVertex