| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dynamicsql |
| Modifier and Type | Method and Description |
|---|---|
Set<ShadowSummaryApplier.ComposedEdge> |
ShadowSummaryApplier.ShadowResult.getAdditions() |
Set<ShadowSummaryApplier.ComposedEdge> |
ProceduralLineageResult.getAppliedAdditions()
Reserved future additive projection.
|
Set<ShadowSummaryApplier.ComposedEdge> |
ProceduralLineageResult.getAugmentOnly()
Deprecated.
composed edges are not authorized to augment lineage.
This compatibility view is deliberately always empty.
|
Set<ShadowSummaryApplier.ComposedEdge> |
ProceduralLineageResult.getObservationOnly() |
Set<ShadowSummaryApplier.ComposedEdge> |
ProceduralLineageResult.getObservedAdditions()
Isolated summary-composed edges; non-empty in SHADOW and ENHANCED.
|
Set<ShadowSummaryApplier.ComposedEdge> |
ProceduralLineageResult.getReplacementEligible()
Reserved future view; currently always empty.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ShadowLeafEdgeComparator.LeafEdgeKey> |
ShadowLeafEdgeComparator.additionKeysOf(EDbVendor vendor,
Set<ShadowSummaryApplier.ComposedEdge> additions)
Canonical keys of SHADOW additions (same construction as legacy keys).
|
static Map<ShadowLeafEdgeComparator.LeafEdgeKey,Integer> |
ShadowLeafEdgeComparator.occurrenceCountsOf(EDbVendor vendor,
Set<ShadowSummaryApplier.ComposedEdge> additions)
Leaf key → number of DISTINCT composition occurrences producing it
(caller × callee × call-site ordinal — the additions set already
carries occurrence identity).
|