Kevin Flansburg created ARROW-10987:
---------------------------------------
Summary: [Rust] Interpret BinaryArray as JSON
Key: ARROW-10987
URL: https://issues.apache.org/jira/browse/ARROW-10987
Project: Apache Arrow
Issue Type: Improvement
Components: Rust
Reporter: Kevin Flansburg
Create lightweight wrapper, `JSONArray` to interpret `BinaryArray` values as
serialized JSON. Leverage recent work for inferring JSON schema to support
conversion to `StructArray`.
Example:
{code:java}
let json_array: JSONArray = binary_array.into();
let struct_array: StructArray = json_array.try_into().unwrap();
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)