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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
stream
public final boolean streamWhether the table allows streaming.Optional; default true.
-
history
public final boolean historyWhether the history of the table is available.Optional; default false.
-
-
Constructor Details
-
JsonStream
-