Support cast boolean to primitive and utf8, cast primitive to utf8 like arrow/datafusion
#6702
haohuaijin
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Hey! Good catch — having cast parity with Arrow/DataFusion would definitely help with interoperability. The arrow-rs implementation you linked is a solid reference; maybe the same approach (using kernels and implementing appropriate traits) could be adapted here. Would love to see this land! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
the impl in arrow-rs, cast
booleantoprimitiveandutf8https://github.com/apache/arrow-rs/blob/2bf6909305091c69edddb0f16c76184edd206141/arrow-cast/src/cast/mod.rs#L1202-L1219
also cast from
primitivetoutf8https://github.com/apache/arrow-rs/blob/2bf6909305091c69edddb0f16c76184edd206141/arrow-cast/src/cast/mod.rs#L1470-L1472
Beta Was this translation helpful? Give feedback.
All reactions