clickhouse-java
clickhouse-java copied to clipboard
Add support for Time and Time64 types
Use case
https://github.com/ClickHouse/ClickHouse/pull/81217 brings Time and Time64 support into ClickHouse. See the PR for docs and coding/encoding logic.
Describe the solution you'd like
The client and driver support the new types: allow using in DDL + write / read operations.