Skip to content

Add names to ColumnTupleT<...> strong type#509

Open
IyeOnline wants to merge 1 commit into
ClickHouse:masterfrom
IyeOnline:topic/fix-ColumnTupleT-names
Open

Add names to ColumnTupleT<...> strong type#509
IyeOnline wants to merge 1 commit into
ClickHouse:masterfrom
IyeOnline:topic/fix-ColumnTupleT-names

Conversation

@IyeOnline
Copy link
Copy Markdown
Contributor

This adds field names to the ColumnTupleT<...> strong type wrapper.
Previously only the erased ColumnTuple supported field names, which meant
that ColumnTupleT<...>::Wrap(ColumnTuple&&) would drop the field names
and there was no way to create the strong type with column names in the
first place.

This adds field names to the `ColumnTupleT<...>` strong type wrapper.
Previously only the erased ColumnTuple supported field names, which meant
that `ColumnTupleT<...>::Wrap(ColumnTuple&&)` would drop the field names
and there was no way to create the strong type with column names in the
first place.

- Fixes ClickHouse#507
@IyeOnline IyeOnline requested review from mzitnik and slabko as code owners June 5, 2026 08:51
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.

ColumnTupleT::Wrap drops tuple element names

1 participant