| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic |
Semantic analysis results, diagnostics, and supporting implementation APIs.
|
| Modifier and Type | Method and Description |
|---|---|
WindowSpec |
OutputColumn.getWindowSpec()
Per-output analytic dependencies (slice 13).
|
| Constructor and Description |
|---|
OutputColumn(String name,
boolean derived,
boolean aggregate,
List<ColumnRef> sources,
WindowSpec windowSpec) |
OutputColumn(String name,
boolean derived,
boolean aggregate,
List<ColumnRef> sources,
WindowSpec windowSpec,
String expressionText,
SourceSpan expressionSpan)
Full constructor (US-021a).
|