Thank you very much for your efforts on this useful library. It is more a question than an issue: Are nested data structures supported? https://clickhouse.com/docs/sql-reference/data-types/nested-data-structures/nested ``` CREATE TABLE test.visits ( CounterID UInt32, ... Goals Nested ( ID UInt32, ... CurrencyID UInt32 ), ... ) ``` If not, could you please advise on a workaround?
Thank you very much for your efforts on this useful library.
It is more a question than an issue:
Are nested data structures supported?
https://clickhouse.com/docs/sql-reference/data-types/nested-data-structures/nested
If not, could you please advise on a workaround?