| Package | Description |
|---|---|
| gudusoft.gsqlparser.lineage2.api |
lineage2 engine entry point:
LineageAnalyzer.analyze(unit, vendor,
Catalog, LineageConfig) → LineageResult (the contract document). |
| gudusoft.gsqlparser.lineage2.contract |
Frozen identity-layer contract implementation for the lineage2 engine
(lineage2-contract.md §3, rev 3 of CONTRACT_lineage_role_and_hash_identity.md,
pinned gudu-sqlflow commit b1d5d893149510dc63de400bc2a6aa5d47d35a4a).
|
| Modifier and Type | Method and Description |
|---|---|
List<ContractDiagnostic> |
LineageResult.getDiagnostics()
Convenience — document-level diagnostics only.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContractDiagnostic> |
ContractStatement.getDiagnostics()
Never null; possibly empty (the JSON key is omitted when empty).
|
List<ContractDiagnostic> |
LineageDocument.getDiagnostics() |
| Constructor and Description |
|---|
ContractStatement(int statementIndex,
String kind,
String queryFingerprint,
SourceLocation sourceLocation,
List<ContractDiagnostic> diagnostics) |
LineageDocument(String contractVersion,
String engineVersion,
String vendor,
String artifactLocator,
List<ContractStatement> statements,
List<ContractEdge> edges,
List<TransformGraph> transformGraphs,
List<ContractDiagnostic> diagnostics) |