Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
RelOptQuery is in one-to-one correspondence with RelOptCluster and can be removed.
We need to mark RelOptQuery deprecated (to be removed before 2.0) and move all useful functionality and data structures into RelOptCluster. Don't remove methods or functionality, but all code in Calcite should use RelOptCluster.