@PublicEvolving
public interface LineageGraph
StreamGraph, users can get sources, sinks and
relationships from lineage and manage the relationship between jobs and tables.| Modifier and Type | Method and Description |
|---|---|
List<LineageEdge> |
relations() |
List<LineageVertex> |
sinks() |
List<SourceLineageVertex> |
sources() |
List<SourceLineageVertex> sources()
List<LineageVertex> sinks()
List<LineageEdge> relations()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.