Query data with "WHERE" clause for nested objects #17714
Unanswered
TheIndifferent
asked this question in
Q&A
Replies: 0 comments
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.
-
Hey everyone,
It seems like I am able to import the data structure with nested objects into DataFusion, but I cannot figure out how to query it, could someone please point me to the right example or how do I do that?
In the following example code, struct
A
has a field of typeB
, and I am trying to query allA
whereB.e == {}
. I was trying to useJOIN UNNEST
but I doubt that is the right approach on how to work with a data structure like that:Beta Was this translation helpful? Give feedback.
All reactions