Package org.apache.calcite.model
Class JsonTable
java.lang.Object
org.apache.calcite.model.JsonTable
- Direct Known Subclasses:
JsonCustomTable
,JsonView
Table schema element.
Occurs within JsonMapSchema.tables
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal List<JsonColumn>
Definition of the columns of this table.final String
Name of this table.final @Nullable JsonStream
Information about whether the table can be streamed, and if so, whether the history of the table is also available. -
Constructor Summary
-
Method Summary
-
Field Details
-
name
Name of this table.Required. Must be unique within the schema.
-
columns
Definition of the columns of this table.Required for some kinds of type, optional for others (such as
JsonView
). -
stream
Information about whether the table can be streamed, and if so, whether the history of the table is also available.
-
-
Constructor Details
-
JsonTable
-
-
Method Details
-
accept
-