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 Summary
Modifier and TypeFieldDescriptionfinal List<JsonTypeAttribute>
Definition of the attributes of this type.final String
Name of this type.final @Nullable String
Type if this is not a struct. -
Constructor Summary
-
Method Summary
-
Field Details
-
name
Name of this type.Required.
-
type
Type if this is not a struct. -
attributes
Definition of the attributes of this type.
-
-
Constructor Details
-
JsonType
-
-
Method Details
-
accept
-