You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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?
Beta Was this translation helpful? Give feedback.
All reactions