clickhouse-client
clickhouse-client copied to clipboard
Low Cardinality support?
I am trying to do a basic select * from table
where one of the columns is of type 'LowCardinality(String)'
and the client errors out with Unknown ClickHouse type 'LowCardinality(String)'
Is LowCardinality(String) not supported? how do i read this value?