Package org.apache.calcite.model
Class JsonStream
java.lang.Object
org.apache.calcite.model.JsonStream
Information about whether a table allows streaming.
 
Occurs within JsonTable.stream.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
streampublic final boolean streamWhether the table allows streaming.Optional; default true. 
- 
historypublic final boolean historyWhether the history of the table is available.Optional; default false. 
 
- 
- 
Constructor Details- 
JsonStream
 
-