clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

Add support for Time and Time64 types

Open mshustov opened this issue 6 months ago • 0 comments

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.

mshustov avatar Jun 18 '25 08:06 mshustov