Implement arrow_cast
support for StringView
and BinaryView
#10920
Labels
enhancement
New feature or request
arrow_cast
support for StringView
and BinaryView
#10920
Is your feature request related to a problem or challenge?
Part of #10918,
[StringViewArray
](https://docs.rs/arrow/latest/arrow/array/type.StringViewArray.html) support in DataFusionhttps://datafusion.apache.org/user-guide/sql/scalar_functions.html#arrow-cast is a function widely used in DataFusion testing to test with specific arrow data types
Under the covers it simply calls the appropriate arrow-cast kernel
Here is an example showing how this works
here is how to make a table with dictionary encoded values:
Describe the solution you'd like
I would like to be able to use ArrowCast to create
StringView
andBinaryView
arrays for testingThis does not yet work:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: