Dear Apache Calcite Team,
Is there a way to convert a BindableRel into an EnumerableRel?

There is a rule to convert an EnumerableRel into a BindableRel, but not the
other way around.

I am asking this because I wish to have my TableScans use the
BindableConvention and the rest of my execution using the Enumerable
Convention [as it has more operators!].

Regards,
Pranav

Reply via email to