Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update interleave lists column for large strings (#15877)
Fixes the `compute_string_sizes_and_interleave_lists_fn` functor to use `column_device_view::element<string_view>()` method to access string row contents instead of using the strings offsets. This removes the need to add specific offsetalator logic to the logic. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Muhammad Haseeb (https://github.com/mhaseeb123) - Bradley Dice (https://github.com/bdice) URL: #15877
- Loading branch information