Problem description
We use JDBC to connect to ClickHouse, and we want to get the execution plan of specific SQL query using explain.
However, it seems we can not get the result of the explain query through JDBC.
Is there any mechanism that we can get the explain result or we need to add this feature somehow ?