Optional
decompress_true
Statement to execute (including the FORMAT clause). By default, the query will be sent in the request body; If ExecParamsWithValues.values are defined, the query is sent as a request parameter, and the values are sent in the request body instead.
Generated using TypeDoc
If set to
false
, the client will not decompress the response stream, even if the response compression was requested by the client via the BaseClickHouseClientConfigOptions.compression.response setting. This could be useful if the response stream is passed to another application as-is, and the decompression is handled there.