@pondpilot/flowscope-core
    Preparing search index...

    Interface GlobalLineage

    Global lineage graph spanning all statements in the analyzed SQL.

    Provides a unified view of data flow across multiple statements.

    interface GlobalLineage {
        edges: GlobalEdge[];
        nodes: GlobalNode[];
    }
    Index

    Properties

    Properties

    edges: GlobalEdge[]

    All edges representing cross-statement data flow

    nodes: GlobalNode[]

    All unique nodes across all statements