Package org.apache.calcite.model
Class JsonType
java.lang.Object
org.apache.calcite.model.JsonType
Type schema element.
 
Occurs within JsonMapSchema.types,
 JsonRoot.types.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal List<JsonTypeAttribute>Definition of the attributes of this type.final StringName of this type.final @Nullable StringType if this is not a struct.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
nameName of this type.Required. 
- 
typeType if this is not a struct.
- 
attributesDefinition of the attributes of this type.
 
- 
- 
Constructor Details- 
JsonType
 
- 
- 
Method Details- 
accept
 
-