Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: Add support of array in map #9

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Conversation

vincent-pochet
Copy link
Collaborator

This PR adds the support of any type for Clickhouse Map key or value

Example:

create_table :my_table do |t|
  t.map :filters, key_type: :string, value_type: 'Array(String)', null: false
  t.map :grouped_by, key_type: :string, value_type: :string, null: false
end

@vincent-pochet vincent-pochet force-pushed the misc-map-array branch 6 times, most recently from 19a2b11 to 770e4d6 Compare July 9, 2024 13:22
@vincent-pochet vincent-pochet merged commit df34b59 into master Jul 9, 2024
6 checks passed
@vincent-pochet vincent-pochet deleted the misc-map-array branch July 9, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants