Skip to content

DPL Analysis: update ArrowTableSlicingCache column lookup - #15643

Open
aalkin wants to merge 2 commits into
AliceO2Group:devfrom
aalkin:update-slicing-cache-column-lookup
Open

DPL Analysis: update ArrowTableSlicingCache column lookup#15643
aalkin wants to merge 2 commits into
AliceO2Group:devfrom
aalkin:update-slicing-cache-column-lookup

Conversation

@aalkin

@aalkin aalkin commented Jul 28, 2026

Copy link
Copy Markdown
Member

Slicing cache for historical reasons uses a copy of the column lookup function, that was still using std::tolower instead of a locale-less shortcut method to compare column names. This change brings the function up-to-date and also switches to string_view and raw pointers from string and shared_ptr where appropriate.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant