clickhouse-java
clickhouse-java copied to clipboard
[client-v2] Add new `Geometry` type
Description
New type Geometry is released in 52.11 https://clickhouse.com/docs/whats-new/changelog#2511
Notes: In previous versions, the Geometry type was aliased to String, but now it is a full-featured type. #83344
Introduce Geometry type. Support reading WKB and WKT formats for it. In previous versions, the Geometry type was aliased to String, but now it is a full-featured type. #83344
https://clickhouse.com/docs/sql-reference/data-types/geo#geometry