databend
databend copied to clipboard
Tracking: StringView data type
Summary
- [x] impls string view for databend arrow #14662
- [ ] impls kernel compute for this type
- [x] impls string view for apache arrow-rs(progress: https://github.com/apache/arrow-rs/issues/5374)
- [ ] replace current string column to new string view type
- [ ] benchmark the new string view, such as memory useage and performance with the old
Arrow-rs is ready for string view type.
Let's continue the task!