Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ClickHouse
/
ClickHouse
Public
Notifications
You must be signed in to change notification settings
Fork
9k
Star
49.9k
Code
Issues
5k+
Pull requests
2.3k
Discussions
Actions
Projects
Wiki
Security and quality
7
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ClickHouse
src
DataTypes
DataTypeArray.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2026
Fix optimize_functions_to_subcolumns rewriting onto the wrong subcolumn
Show description for 0a7157e
Avogar
and
claude
committed
0a7157e
View commit details
Copy full SHA for 0a7157e
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
Canonicalize embedded documentation links
Show description for 2f222bd
Blargian
committed
2f222bd
View commit details
Copy full SHA for 2f222bd
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
Docs: replace remaining relative source links
Show description for 6f63b90
Blargian
committed
6f63b90
View commit details
Copy full SHA for 6f63b90
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
Docs: use absolute links in source documentation
Show description for ae81d2e
Blargian
committed
ae81d2e
View commit details
Copy full SHA for ae81d2e
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
Update settings links in documentation sources
Blargian
committed
868ca3a
View commit details
Copy full SHA for 868ca3a
View code at this point
Browse repository at this point
Commits on May 31, 2026
Add embedded documentation for data types
Show description for a333412
alexey-milovidov
and
claude
committed
a333412
View commit details
Copy full SHA for a333412
View code at this point
Browse repository at this point
Commits on Mar 10, 2026
Merge branch 'master' of github.com:ClickHouse/ClickHouse into serialization-object-pool
Show description for 0043c31
nikitamikhaylov
committed
0043c31
View commit details
Copy full SHA for 0043c31
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
Merge branch 'master' of github.com:ClickHouse/ClickHouse into propagate-type-serializations-2
Avogar
committed
309b495
View commit details
Copy full SHA for 309b495
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
Added a SerializationObjectPool, every SerializationObject is added and removed from the pool automatically
nikitamikhaylov
committed
76ebda2
View commit details
Copy full SHA for 76ebda2
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
Apply some fixes
Avogar
committed
942bb53
View commit details
Copy full SHA for 942bb53
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
Fix reading size subcolumn from dynamic subcolumns
Avogar
committed
edc1ef3
View commit details
Copy full SHA for edc1ef3
View code at this point
Browse repository at this point
Commits on Jan 23, 2026
Update DataTypeArray.cpp
Avogar
authored
a9bbede
View commit details
Copy full SHA for a9bbede
View code at this point
Browse repository at this point
Update DataTypeArray.cpp
Avogar
authored
7439167
View commit details
Copy full SHA for 7439167
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
Fix style and build
Avogar
committed
05ad32e
View commit details
Copy full SHA for 05ad32e
View code at this point
Browse repository at this point
Propagate data types serialization versions to nested data types
Avogar
committed
056b81b
View commit details
Copy full SHA for 056b81b
View code at this point
Browse repository at this point
Commits on Jul 5, 2025
Add updateHash to IDataType.
KochetovNicolai
committed
e942163
View commit details
Copy full SHA for e942163
View code at this point
Browse repository at this point
Commits on Dec 18, 2024
Support Nullable(JSON)
Avogar
committed
43f703b
View commit details
Copy full SHA for 43f703b
View code at this point
Browse repository at this point
Commits on Nov 20, 2024
Use clang-19
thevar1able
committed
b2c8198
View commit details
Copy full SHA for b2c8198
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
Implement Dynamic data type
Avogar
committed
69a3aa7
View commit details
Copy full SHA for 69a3aa7
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
Add IDataType::forEachChild and use it in nested types validation
Avogar
committed
efa8234
View commit details
Copy full SHA for efa8234
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
Fix indent for Array
Avogar
committed
966aab4
View commit details
Copy full SHA for 966aab4
View code at this point
Browse repository at this point
Add setting to print pretty deep nested Tuples
Avogar
committed
e8ea41e
View commit details
Copy full SHA for e8ea41e
View code at this point
Browse repository at this point
Commits on Jul 28, 2023
changed tests, imporved code and exceptions
yariks5s
committed
e0e6472
View commit details
Copy full SHA for e0e6472
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
added tests and implementation
yariks5s
committed
6205218
View commit details
Copy full SHA for 6205218
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Better formatting for exception messages (#45449)
Show description for 70d1adf
tavplubix
authored
70d1adf
View commit details
Copy full SHA for 70d1adf
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
better interfaces for IDataType and ISerialization
CurtizJ
committed
92413ae
View commit details
Copy full SHA for 92413ae
View code at this point
Browse repository at this point
Commits on Mar 9, 2021
return back data types
CurtizJ
committed
be540e4
View commit details
Copy full SHA for be540e4
View code at this point
Browse repository at this point
move data types to serializations
CurtizJ
committed
1e61f64
View commit details
Copy full SHA for 1e61f64
View code at this point
Browse repository at this point
Commits on Feb 17, 2021
Improved serialization for data types combined of Arrays and Tuples.
Show description for 18e036d
Vitaly Baranov
committed
18e036d
View commit details
Copy full SHA for 18e036d
View code at this point
Browse repository at this point
Commits on Jan 16, 2021
Update DataTypeArray.cpp
alexey-milovidov
authored
54f604c
View commit details
Copy full SHA for 54f604c
View code at this point
Browse repository at this point
Fix possible aliasing issues
alexey-milovidov
committed
a2c77c0
View commit details
Copy full SHA for a2c77c0
View code at this point
Browse repository at this point
Commits on Jan 1, 2021
Update DataTypeArray.cpp
alexey-milovidov
authored
ceab918
View commit details
Copy full SHA for ceab918
View code at this point
Browse repository at this point
Commits on Dec 25, 2020
Merge remote-tracking branch 'upstream/master' into HEAD
CurtizJ
committed
11283e3
View commit details
Copy full SHA for 11283e3
View code at this point
Browse repository at this point
Commits on Dec 22, 2020
add ParsingException
nikitamikhaylov
authored and
Nikita Mikhailov
committed
c60c161
View commit details
Copy full SHA for c60c161
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into HEAD
CurtizJ
committed
b6ff630
View commit details
Copy full SHA for b6ff630
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.