| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
static UnresolvedFragment |
UnresolvedFragment.of(SqlFragment fragment)
The fragment view of a non-literal
SqlFragment; null for a literal. |
| Modifier and Type | Method and Description |
|---|---|
List<UnresolvedFragment> |
DynamicSqlSite.getUnresolvedFragments()
The unresolved fragments ("holes") of this site's argument, one per non-literal
fragment of its materialization, in string order: which variable / parameter /
expression the evaluator could not fold, why, where its value would come from, and
the origin span to highlight.
|
| Constructor and Description |
|---|
DynamicSqlSite(DynamicSqlSite.Kind kind,
DynamicSqlSite.Status status,
String reason,
Pair3<Long,Long,String> startPosition,
Pair3<Long,Long,String> endPosition,
int resolvedRelationshipCount,
int partialRelationshipCount,
int unprovenRelationshipCount,
int unresolvedHoleCount,
boolean holeCountExact,
DynamicSqlTrustMode trustMode,
List<Long> observedRelationshipIds,
List<Long> provenRelationshipIds,
String diagnostic,
List<UnresolvedFragment> unresolvedFragments,
String materializedText) |