Provide method to get query_id from Statement object #392
Closed
Description
I help develop a BI tool and data platform called Looker and I am developing the dialect for ClickHouse. I need to kill a running query from a different connection.
I think I would be in good shape if I had a way of getting the query_id from the statement object after the query has been started. But the query_id is private so I have no way of using it.
If a method could be added to allow the query_id to be retrieved, it would help me greatly.