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
Functions
FunctionSQLJSON.h
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 23, 2026
Revert helper renames; keep the fix in getReturnTypeForDynamic
Show description for 367cd4b
groeneai
and
claude
committed
367cd4b
View commit details
Copy full SHA for 367cd4b
View code at this point
Browse repository at this point
Commits on Jul 17, 2026
Move Dynamic-path Nullable/LowCardinality stripping into getReturnTypeForDynamic
Show description for 1f36c82
groeneai
and
claude
committed
1f36c82
View commit details
Copy full SHA for 1f36c82
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
Fix JSON_EXISTS/JSON_VALUE/JSON_QUERY LOGICAL_ERROR on Dynamic multi-path arg
Show description for 73f3a77
groeneai
and
claude
committed
73f3a77
View commit details
Copy full SHA for 73f3a77
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
Pass argument types to `getReturnTypeForDefaultImplementationForDynamic`
Show description for a28af70
Avogar
and
claude
committed
a28af70
View commit details
Copy full SHA for a28af70
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
Fix `JSON_QUERY`/`JSON_VALUE`/`JSON_EXISTS` returning Dynamic instead of their declared types when input is Dynamic
Show description for 1b2479d
Avogar
and
claude
committed
1b2479d
View commit details
Copy full SHA for 1b2479d
View code at this point
Browse repository at this point
Commits on May 23, 2026
Merge remote-tracking branch 'origin/master' into clang-tidy-init-variables
Show description for 1bf018f
alexey-milovidov
committed
1bf018f
View commit details
Copy full SHA for 1bf018f
View code at this point
Browse repository at this point
Commits on May 20, 2026
Merge remote-tracking branch 'origin/master' into clang-tidy-init-variables
Show description for fdc1771
alexey-milovidov
committed
fdc1771
View commit details
Copy full SHA for fdc1771
View code at this point
Browse repository at this point
Commits on May 19, 2026
stash
nickitat
committed
de4690f
View commit details
Copy full SHA for de4690f
View code at this point
Browse repository at this point
Commits on May 18, 2026
try harder
nickitat
committed
bae5ecc
View commit details
Copy full SHA for bae5ecc
View code at this point
Browse repository at this point
Commits on May 8, 2026
Fix uninitialized variable errors in clang-tidy build (arm_tidy)
Show description for f5ff4ee
alexey-milovidov
and
claude
committed
f5ff4ee
View commit details
Copy full SHA for f5ff4ee
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into clang-tidy-init-variables
Show description for 59da8a8
alexey-milovidov
committed
59da8a8
View commit details
Copy full SHA for 59da8a8
View code at this point
Browse repository at this point
Commits on May 4, 2026
Preserve named tuple element names in multi-path SQL/JSON return type
Show description for e1578e6
alexey-milovidov
committed
e1578e6
View commit details
Copy full SHA for e1578e6
View code at this point
Browse repository at this point
Commits on Apr 26, 2026
Improve wording of error messages for SQL/JSON multi-path arguments
Show description for c3d7500
alexey-milovidov
and
claude
committed
c3d7500
View commit details
Copy full SHA for c3d7500
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
Merge remote-tracking branch 'origin/master' into support_json_tuple_function
alexey-milovidov
committed
653b5e3
View commit details
Copy full SHA for 653b5e3
View code at this point
Browse repository at this point
Commits on Apr 19, 2026
Merge remote-tracking branch 'origin/master' into clang-tidy-init-variables
Show description for 7ead5de
alexey-milovidov
committed
7ead5de
View commit details
Copy full SHA for 7ead5de
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
Remove unused `ReadHelpers.h` include from 10 headers
Show description for 78f285c
Algunenano
and
claude
committed
78f285c
View commit details
Copy full SHA for 78f285c
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
Address review feedback: reject empty `Tuple()`, improve error messages
Show description for 04c927c
alexey-milovidov
and
claude
committed
04c927c
View commit details
Copy full SHA for 04c927c
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
Fix style check and respect `function_json_value_return_type_allow_nullable` for multi-path `JSON_VALUE`
Show description for 6af0ff1
alexey-milovidov
and
claude
committed
6af0ff1
View commit details
Copy full SHA for 6af0ff1
View code at this point
Browse repository at this point
Rewrite multi-path support for all SQL/JSON functions
Show description for ef0c789
alexey-milovidov
and
claude
committed
ef0c789
View commit details
Copy full SHA for ef0c789
View code at this point
Browse repository at this point
Move tests to a separate file, fix code style
Show description for 889e8bd
alexey-milovidov
and
claude
committed
889e8bd
View commit details
Copy full SHA for 889e8bd
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into support_json_tuple_function
alexey-milovidov
committed
f072fa6
View commit details
Copy full SHA for f072fa6
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
Fix clang-tidy `cppcoreguidelines-init-variables` and `hicpp-member-init` after merge with master
Show description for f8e56ca
alexey-milovidov
and
claude
committed
f8e56ca
View commit details
Copy full SHA for f8e56ca
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
Enable implicit-int-conversion check
antonio2368
committed
340be5a
View commit details
Copy full SHA for 340be5a
View code at this point
Browse repository at this point
fix build
KevinyhZou
committed
b6eb6eb
View commit details
Copy full SHA for b6eb6eb
View code at this point
Browse repository at this point
fix build
KevinyhZou
committed
a190852
View commit details
Copy full SHA for a190852
View code at this point
Browse repository at this point
Merge branch 'master' into support_json_tuple_function
KevinyhZou
committed
20ace7c
View commit details
Copy full SHA for 20ace7c
View code at this point
Browse repository at this point
support json_value output with tuple and array
KevinyhZou
committed
fde905f
View commit details
Copy full SHA for fde905f
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
Replace StringRef with std::string_view
antonio2368
committed
157321a
View commit details
Copy full SHA for 157321a
View code at this point
Browse repository at this point
Commits on Aug 5, 2025
Remove zero byte
alexey-milovidov
committed
0bd3c24
View commit details
Copy full SHA for 0bd3c24
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
Remove a nested dependencies on IAST
Algunenano
committed
be6e064
View commit details
Copy full SHA for be6e064
View code at this point
Browse repository at this point
Commits on Oct 6, 2024
Apply linter changes
thevar1able
committed
67c1e89
View commit details
Copy full SHA for 67c1e89
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
Hide Settings implementation
Algunenano
committed
f3df7bd
View commit details
Copy full SHA for f3df7bd
View code at this point
Browse repository at this point
Commits on Aug 19, 2024
remove const (review)
yariks5s
authored
7e2804f
View commit details
Copy full SHA for 7e2804f
View code at this point
Browse repository at this point
review fixes
yariks5s
authored
0d444e6
View commit details
Copy full SHA for 0d444e6
View code at this point
Browse repository at this point
init
yariks5s
authored
c37fc00
View commit details
Copy full SHA for c37fc00
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.