Skip to content

[C++] A more efficient "case_when" specialization for list-view types #41453

@ZhangHuiGui

Description

@ZhangHuiGui

Describe the enhancement requested

Suggested at #41419 (comment).

The list-view types should have their own specialization of "case_when".

Since list-views can have values appended to the child values array in any order with offset/size pairs being adjusted accordingly, cases can be processed one after the other.

It might be faster to source data case by case instead of by each item.

Component(s)

C++

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions