Is your feature request related to a problem or challenge?
Substrait producer currently does not support InSubquery expressions. Implementing this feature would allow for move coverage of TPC-DS query set.
Describe the solution you'd like
Add procedure to match expr to Expr::InSubquery in to_substrait_rex()
Describe alternatives you've considered
No response
Additional context
No response