| Package | Description |
|---|---|
| gudusoft.gsqlparser.common.structured |
| Modifier and Type | Class and Description |
|---|---|
class |
StructuredArrayType |
class |
StructuredMapType |
class |
StructuredPrimitiveType |
class |
StructuredStructType |
| Modifier and Type | Method and Description |
|---|---|
StructuredType |
StructuredArrayType.getElementType() |
StructuredType |
StructuredFieldBinding.getFieldType() |
StructuredType |
StructuredMapType.getKeyType() |
StructuredType |
StructuredDataflowDescriptor.getSourceType() |
StructuredType |
StructuredStructField.getType() |
StructuredType |
StructuredMapType.getValueType() |
static StructuredType |
StructuredSchemaParser.parse(String schemaText,
StructuredSchemaDialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
StructuredDataflowDescriptor.Builder |
StructuredDataflowDescriptor.Builder.sourceType(StructuredType t) |
| Constructor and Description |
|---|
StructuredArrayType(StructuredType elementType) |
StructuredFieldBinding(String outputFieldName,
StructuredColumnPath sourcePath,
StructuredType fieldType) |
StructuredMapType(StructuredType keyType,
StructuredType valueType) |
StructuredStructField(String name,
StructuredType type) |
StructuredStructField(String name,
StructuredType type,
boolean nullable) |