| Package | Description |
|---|---|
| gudusoft.gsqlparser.common.structured |
| Modifier and Type | Method and Description |
|---|---|
static StructuredPathSegment |
StructuredPathSegment.arrayElement() |
static StructuredPathSegment |
StructuredPathSegment.field(String name) |
static StructuredPathSegment |
StructuredPathSegment.mapKey() |
static StructuredPathSegment |
StructuredPathSegment.mapValue() |
| Modifier and Type | Method and Description |
|---|---|
List<StructuredPathSegment> |
StructuredColumnPath.getSegments() |
| Modifier and Type | Method and Description |
|---|---|
StructuredColumnPath |
StructuredColumnPath.append(StructuredPathSegment segment)
Returns a new path with one additional segment appended.
|
| Constructor and Description |
|---|
StructuredColumnPath(String rootColumn,
List<StructuredPathSegment> segments) |