issues
search
apache
/
arrow-rs
Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k
stars
802
forks
source link
Support for casting `StringViewArray` to `DecimalArray`
#6720
Closed
tlm365
closed
6 days ago
tlm365
commented
1 week ago
Which issue does this PR close?
Closes #6715.
Rationale for this change
What changes are included in this PR?
Add support cast string view (
Utf8View
) to numeric(
Int
/
Float
/
Decimal
).
Unit tests.
Are there any user-facing changes?
No.
Which issue does this PR close?
Closes #6715.
Rationale for this change
What changes are included in this PR?
Utf8View
) to numeric(Int
/Float
/Decimal
).Are there any user-facing changes?
No.