public final class DynamicLineageEdge extends Object
origin is always ORIGIN_DYNAMIC_RESOLVED: it is GSP's
evaluation fact ("this edge exists because we evaluated the proc with the
given bindings and materialized the dynamic SQL"). The downstream consumer
maps it to its own persisted origin / confidence model.
| Modifier and Type | Field and Description |
|---|---|
static String |
ORIGIN_DYNAMIC_RESOLVED |
| Modifier and Type | Method and Description |
|---|---|
String |
getBindingHash() |
String |
getDynamicSite() |
String |
getEffectType() |
String |
getOrigin() |
String |
getRelationType() |
String |
getSourceColumn() |
String |
getSourceProc() |
String |
getTargetColumn() |
boolean |
isProjectedData()
True for projected data lineage (dlineage type
fdd); false for join/filter influence (fdr). |
String |
toString() |
public static final String ORIGIN_DYNAMIC_RESOLVED
public String getSourceColumn()
public String getTargetColumn()
public String getEffectType()
public String getRelationType()
public boolean isProjectedData()
fdd); false for join/filter influence (fdr).public String getSourceProc()
public String getDynamicSite()
public String getBindingHash()