GitHub user dadepo closed a discussion: json_array_elements and json_build_object in Datafusion?
>From looking around the documentation, it looks like Datafusion does not >natively have any functionality comparable to json_array_elements and >json_build_object? json_array_elements for allows arrays to be treated as rows json_build_object for constructing json object from column values See postgresql documentation for reference https://www.postgresql.org/docs/current/functions-json.html Is this the case? or there are ways to kinda achieve the same thing natively in Datafusion? GitHub link: https://github.com/apache/datafusion/discussions/6316 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
