clickhouse-cpp
clickhouse-cpp copied to clipboard
It should be possible to cancel the query before it returns any data
Sometimes it may make sense to request cancellation of the query even before any data is returned. I think the easiest way to do it in current setup is to create OnProgressCancellable callback in QueryEvents.