Skip to content

Nested data structures support #88

Description

@6opucH

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions