Convert this LogicalPlan into a physicalPlan represented by a OpIterator. Attempts to find the optimal plan by using JoinOptimizer#orderJoins to order the joins in the plan. @param t The transaction that the returned OpIterator will run as a part of @param baseTableStats a HashM
(TransactionId t, Map<String,TableStats> baseTableStats, boolean explain)
source not stored for this graph (policy: none)
no test coverage detected