Class JsonStream

java.lang.Object
org.apache.calcite.model.JsonStream

public class JsonStream extends Object
Information about whether a table allows streaming.

Occurs within JsonTable.stream.

See Also:
  • Field Details

    • stream

      public final boolean stream
      Whether the table allows streaming.

      Optional; default true.

    • history

      public final boolean history
      Whether the history of the table is available.

      Optional; default false.

  • Constructor Details

    • JsonStream

      public JsonStream(@Nullable Boolean stream, @Nullable Boolean history)