Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'm try to implement InSubquery.
I found that there isn't Query struct in datafusion. I think that it's because there isn't subquery handle in datafusion.
In the roadmap, datafusion include subquery implementation. I think Query struct is necessary just like datafusion-expr.
Describe the solution you'd like
Describe alternatives you've considered
Additional context