Response headers.
The method waits for the all the rows to be fully loaded. When the response is received in full, it will be decoded to return JSON.
Should be called only for JSON* formats family.
The method should throw if the underlying stream was already consumed by calling the other methods, or if it is called for non-JSON formats, such as CSV, TSV etc.
Returns a readable stream for responses that can be streamed.
Formats that CAN be streamed (StreamableDataFormat):
Formats that CANNOT be streamed (the method returns "never" in TS):
Every iteration provides an array of Row instances for StreamableDataFormat format.
Should be called only once.
The method should throw if called on a response in non-streamable format, and if the underlying stream was already consumed by calling the other methods.
Generated using TypeDoc
ClickHouse server QueryID.