Hi, I am using cc.blynk.clickhouse client.
I want to extract a field which is of type: Array(Array(Nullable(String)))
I want to read this using the client, and extract a ResultSet.
and then i need to do something like rs.getArray(...
How can i do this? When i do rs.getArray( it does not extract the list and i have no api knowing if this contains elements or not.
Thanks