| Package | Description |
|---|---|
| gudusoft.gsqlparser.common.structured |
| Modifier and Type | Method and Description |
|---|---|
StructuredExpansionKind |
StructuredExpansion.getKind() |
static StructuredExpansionKind |
StructuredExpansionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredExpansionKind[] |
StructuredExpansionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StructuredExpansion(StructuredExpansionKind kind,
StructuredColumnPath elementPath,
boolean preservesNullRows) |