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 }}
ClickHouse
/
clickhouse-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
208
Star
382
Code
Issues
42
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Typed column access with
As<>
/
AsStrict<>
- #541
#541
Merged
slabko
merged 16 commits into
master
ClickHouse/clickhouse-cpp:master
from
implicit-wrap
ClickHouse/clickhouse-cpp:implicit-wrap
Copy head branch name to clipboard
Aug 11, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Typed column access with
As<>
/
AsStrict<>
#541
slabko
merged 16 commits into
master
ClickHouse/clickhouse-cpp:master
from
implicit-wrap
ClickHouse/clickhouse-cpp:implicit-wrap
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2026
Make Wrap non-destructive and take const-reference arguments
Show description for 7fb2f8a
slabko
committed
7fb2f8a
View commit details
Copy full SHA for 7fb2f8a
Browse repository at this point
Make ColumnLowCardinalityT::Wrap non-destructive
Show description for d176274
slabko
committed
d176274
View commit details
Copy full SHA for d176274
Browse repository at this point
Take WrapColumn argument by const reference
Show description for 63aedf0
slabko
committed
63aedf0
View commit details
Copy full SHA for 63aedf0
Browse repository at this point
Add non-throwing Wrap overloads with a ValidationError out-parameter
Show description for bfa680b
slabko
committed
bfa680b
View commit details
Copy full SHA for bfa680b
Browse repository at this point
Commits on Aug 6, 2026
Move columns/utils.h into columns/column.h
Show description for a1ca16f
slabko
committed
a1ca16f
View commit details
Copy full SHA for a1ca16f
Browse repository at this point
Make As/AsStrict wrap into typed columns when possible
Show description for f1b93a5
slabko
committed
f1b93a5
View commit details
Copy full SHA for f1b93a5
Browse repository at this point
Map LowCardinality to base ColumnLowCardinality in the factory
Show description for f03d957
slabko
committed
f03d957
View commit details
Copy full SHA for f03d957
Browse repository at this point
Commits on Aug 11, 2026
Wrap single-line if statements in braces
slabko
committed
0c2e9a4
View commit details
Copy full SHA for 0c2e9a4
Browse repository at this point
Deduplicate typed-column Wrap overloads via WrappableColumn mixin
slabko
committed
8c41a96
View commit details
Copy full SHA for 8c41a96
Browse repository at this point
Move LowCardinality item type code into the base column
Show description for 070e491
slabko
committed
070e491
View commit details
Copy full SHA for 070e491
Browse repository at this point
Make composite Swap and Tuple Clear alias-coherent
Show description for 44f54c5
slabko
committed
44f54c5
View commit details
Copy full SHA for 44f54c5
Browse repository at this point
Make LowCardinality Swap and LoadBody alias-coherent
Show description for 0ca177f
slabko
committed
0ca177f
View commit details
Copy full SHA for 0ca177f
Browse repository at this point
Make const As()/AsStrict() wrap like their non-const overloads
Show description for 8e88153
slabko
committed
8e88153
View commit details
Copy full SHA for 8e88153
Browse repository at this point
Make LowCardinality(Nullable(...)) wrap from a factory-built column
Show description for 8fa5f68
slabko
committed
8fa5f68
View commit details
Copy full SHA for 8fa5f68
Browse repository at this point
Validate Tuple types before Swap
slabko
committed
2061a79
View commit details
Copy full SHA for 2061a79
Browse repository at this point
Test typed column As alias coherence
slabko
committed
ea887e3
View commit details
Copy full SHA for ea887e3
Browse repository at this point
You can’t perform that action at this time.