Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ntuple] EColumnType --> ENTupleColumnType #17437

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jblomer
Copy link
Contributor

@jblomer jblomer commented Jan 16, 2025

No description provided.

case EColumnType::kBit: return std::make_unique<RColumnElement<bool, EColumnType::kBit>>();
case EColumnType::kReal64: return std::make_unique<RColumnElement<double, EColumnType::kReal64>>();
case EColumnType::kReal32: return std::make_unique<RColumnElement<float, EColumnType::kReal32>>();
case ENTupleColumnType::kIndex64:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps worth keeping the cases on a line (via clang-format off) for readability (mixed newline and no newline is messy)

Copy link

Test Results

    18 files      18 suites   5d 3h 58m 11s ⏱️
 2 695 tests  2 695 ✅ 0 💤 0 ❌
46 780 runs  46 780 ✅ 0 💤 0 ❌

Results for commit fa7318f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants