| Package | Description |
|---|---|
| gudusoft.gsqlparser.common.structured | |
| gudusoft.gsqlparser.common.structured.adapters |
| Constructor and Description |
|---|
StructuredDataflowRegistry(List<StructuredDataflowAdapter> adapters) |
| Modifier and Type | Class and Description |
|---|---|
class |
SparkFromJsonExplodeAdapter
Recognizes the Spark SQL pattern
explode(from_json(<column>, '<literal ARRAY<STRUCT<...>> schema>'))
(also explode_outer) and produces a vendor-neutral
StructuredDataflowDescriptor. |