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

Low Cardinality support?

Open asad-awadia opened this issue 1 year ago • 0 comments

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?

asad-awadia avatar May 09 '24 21:05 asad-awadia