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
This driver uses the http clickhouse api.
To insert batches you can use Begin -> Prepare -> Exec -> Commit syntax. And you can read the file line by line.
Please check the readme for examples
If send a local file, like clickhouse-jdbc, usage is:
It invoke sendStream(), the code is here: https://github.com/ClickHouse/clickhouse-jdbc/blob/9b72c8afc3ead981bb62b998ff64280095ceb317/clickhouse-jdbc/src/main/java/ru/yandex/clickhouse/ClickHouseStatementImpl.java#L1040
The text was updated successfully, but these errors were encountered: