| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.joinanalysis |
| Modifier and Type | Method and Description |
|---|---|
JoinEntity |
JoinEntity.withConditions(List<Predicate> newConditions)
Return a copy of this entity with its ON-condition predicate list
replaced (used by slice 168 to attach predicates without mutating
the immutable entity built in slice 167).
|
| Modifier and Type | Method and Description |
|---|---|
List<JoinEntity> |
JoinGraph.getJoins()
Never null; empty when the block has no joins.
|
| Constructor and Description |
|---|
JoinGraph(List<JoinEntity> joins) |