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 SummaryFieldsModifier and TypeFieldDescriptionfinal List<JsonColumn>Definition of the columns of this table.final StringName of this table.final @Nullable JsonStreamInformation about whether the table can be streamed, and if so, whether the history of the table is also available.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
nameName of this table.Required. Must be unique within the schema. 
- 
columnsDefinition of the columns of this table.Required for some kinds of type, optional for others (such as JsonView).
- 
streamInformation 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
 
-