| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic |
Semantic analysis results, diagnostics, and supporting implementation APIs.
|
| Modifier and Type | Method and Description |
|---|---|
LineageRef |
LineageEdge.getFrom() |
LineageRef |
LineageEdge.getTo() |
static LineageRef |
LineageRef.statementOutput(int statementIndex,
String outputName) |
static LineageRef |
LineageRef.statementOutput(int statementIndex,
String outputName,
StructuredColumnPath structuredPath) |
static LineageRef |
LineageRef.tableColumn(String qualifiedName,
String columnName) |
static LineageRef |
LineageRef.tableColumn(String qualifiedName,
String columnName,
StructuredColumnPath structuredPath) |
LineageRef |
LineageRef.withSpan(SourceSpan span)
Copy of this ref with the optional endpoint source span attached
(US-021a) — for a STATEMENT_OUTPUT endpoint, the projection
expression's span; for a TABLE_COLUMN endpoint, the span of the
column reference it was resolved from.
|
| Constructor and Description |
|---|
LineageEdge(LineageRef from,
LineageRef to) |