-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
arrow-rs / parquet now supports StringView 🎉 -- see #5374 for the initial work
This epic collects a variety of tasks related to improving support for this type. Please leave a comment if you have other tickets we should add
Functionality
- Support casting
BinaryView-->Utf8andLargeUtf8#6162 - Add support for
StringViewandBinaryViewstatistics inStatisticsConverter#6164 - Support BinaryView Types in C Schema FFI #6170
Performance Improvements:
- Improve speed of row converter by skipping utf8 checks #6058
- Optimize
like/ilikekernels for StringView #5951 - speedup take_byte_view kernel #6167
- Reduce bounds check in
RowIter, addunsafe Rows::row_unchecked#6142 - Improve arrow-row --> StringView/BinaryView memory usage #6057
- implement
regexp_is_match_utf8andregexp_is_match_utf8_scalarforStringViewArray#6370
Describe the solution you'd like
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog