You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks a lot for the library.
Is there a way to get the statistics (like elapsed, rows count) and others data from Clickhouse ('meta', 'totals', 'extremes', 'rows_before_limit_at_least', 'statistics')?
Smi2 library provides them in Statement::init(), but I didn't find a way to get them back with the results (ClickhouseStatement::execute()).
Hello, thanks a lot for the library.
Is there a way to get the statistics (like elapsed, rows count) and others data from Clickhouse ('meta', 'totals', 'extremes', 'rows_before_limit_at_least', 'statistics')?
Smi2 library provides them in Statement::init(), but I didn't find a way to get them back with the results (ClickhouseStatement::execute()).
dbal-clickhouse/src/ClickHouseStatement.php
Line 128 in 57c4676
Thanks a lot
The text was updated successfully, but these errors were encountered: