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.4k
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
DataTypeAggregateFunction.h
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 2, 2026
Share the state name check and cover the table default path
Show description for e0eddd7
Algunenano
and
claude
committed
e0eddd7
View commit details
Copy full SHA for e0eddd7
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
Merge remote-tracking branch 'origin/master' into fix-datatypeaggregatefunction-version-race
Show description for bc98927
alexey-milovidov
committed
bc98927
View commit details
Copy full SHA for bc98927
View code at this point
Browse repository at this point
Commits on Aug 13, 2026
Do not assign aggregate function versions inside Variant, and keep Nested rebuild linear
Show description for 7718525
groeneai
committed
7718525
View commit details
Copy full SHA for 7718525
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
Compact comments added for the generic transformChildren change
Show description for c9e5eaf
Avogar
and
claude
committed
c9e5eaf
View commit details
Copy full SHA for c9e5eaf
View code at this point
Browse repository at this point
Make aggregate function version assignment generic via IDataType::transformChildren
Show description for 51cf836
Avogar
and
claude
committed
51cf836
View commit details
Copy full SHA for 51cf836
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
Remove duplicate `getVersionIfExplicit` after merging master
Show description for f8e4246
alexey-milovidov
committed
f8e4246
View commit details
Copy full SHA for f8e4246
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into fix-datatypeaggregatefunction-version-race
alexey-milovidov
committed
4a5c0da
View commit details
Copy full SHA for 4a5c0da
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
Address review: keep aggregate function states inside Dynamic at state version 0
Show description for 3d1b631
alexey-milovidov
committed
3d1b631
View commit details
Copy full SHA for 3d1b631
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into fix-quantile-deterministic-skip-degree
alexey-milovidov
committed
4d4077b
View commit details
Copy full SHA for 4d4077b
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
Address review: derive the wire state version of a versioned aggregate function from the negotiated revision only
Show description for d8a0993
alexey-milovidov
committed
d8a0993
View commit details
Copy full SHA for d8a0993
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
Preserve custom type names when assigning aggregate function versions
Show description for 36fc4ff
alexey-milovidov
committed
36fc4ff
View commit details
Copy full SHA for 36fc4ff
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
Fix data race on DataTypeAggregateFunction version during Native serialization
Show description for ea6b18a
groeneai
and
claude
committed
ea6b18a
View commit details
Copy full SHA for ea6b18a
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
Preserve AggregateFunction serialization version when fuzzing datatype args
Show description for 7cc0440
groeneai
and
claude
committed
7cc0440
View commit details
Copy full SHA for 7cc0440
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
Fix semantics
nihalzp
committed
3d0b0ee
View commit details
Copy full SHA for 3d0b0ee
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
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 Apr 16, 2025
Serialize/deserialize data for AggregateFunction type through Field
Avogar
committed
17f1d76
View commit details
Copy full SHA for 17f1d76
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
Check argument types in DataTypeAggregateFunction ctor
vdimir
committed
b53e757
View commit details
Copy full SHA for b53e757
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
Implement binary encoding for ClickHouse data types
Avogar
committed
b1f45da
View commit details
Copy full SHA for b1f45da
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
Introduce IAggregateFunction_fwd to reduce header dependencies
Algunenano
committed
276246e
View commit details
Copy full SHA for 276246e
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
Make use_mysql_types_in_show_columns affect only SHOW COLUMNS
rschu1ze
committed
bd43b84
View commit details
Copy full SHA for bd43b84
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
DataTypeAggregateFunction::strictEquals
amosbird
committed
667426f
View commit details
Copy full SHA for 667426f
View code at this point
Browse repository at this point
Commits on Jun 5, 2023
Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion
tpanetti
committed
495482c
View commit details
Copy full SHA for 495482c
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
Change case and function name for MySQL Compatible types
Show description for 423afec
tpanetti
committed
423afec
View commit details
Copy full SHA for 423afec
View code at this point
Browse repository at this point
Commits on May 30, 2023
Convert Clickhouse Types to MySQL types in Compatibility mode
Show description for 38634cc
tpanetti
committed
38634cc
View commit details
Copy full SHA for 38634cc
View code at this point
Browse repository at this point
Commits on Dec 2, 2022
Cleanup code
novikd
committed
15b8c48
View commit details
Copy full SHA for 15b8c48
View code at this point
Browse repository at this point
Refactor FunctionNode
novikd
committed
2c70dbc
View commit details
Copy full SHA for 2c70dbc
View code at this point
Browse repository at this point
Commits on Oct 14, 2022
Remove code duplication
Avogar
committed
52427e6
View commit details
Copy full SHA for 52427e6
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
Merge remote-tracking branch 'upstream/master' into HEAD
CurtizJ
committed
d836733
View commit details
Copy full SHA for d836733
View code at this point
Browse repository at this point
Commits on Nov 27, 2021
Better
kssenii
committed
515261f
View commit details
Copy full SHA for 515261f
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
Merge remote-tracking branch 'upstream/master' into HEAD
CurtizJ
committed
16ed0f6
View commit details
Copy full SHA for 16ed0f6
View code at this point
Browse repository at this point
Commits on Jul 29, 2021
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning
kssenii
committed
58b3a3f
View commit details
Copy full SHA for 58b3a3f
View code at this point
Browse repository at this point
Commits on Jul 27, 2021
fix another bug
tavplubix
committed
a5d27ba
View commit details
Copy full SHA for a5d27ba
View code at this point
Browse repository at this point
Commits on May 31, 2021
More correct
kssenii
committed
e510c38
View commit details
Copy full SHA for e510c38
View code at this point
Browse repository at this point
Commits on May 30, 2021
More correct version
kssenii
committed
c11ad44
View commit details
Copy full SHA for c11ad44
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.