NOTE: For testing only. Don't use. @throws IOException
()
| 1493 | * @throws IOException |
| 1494 | */ |
| 1495 | @SuppressWarnings("unused") |
| 1496 | private LogicalPlan buildLp() throws IOException { |
| 1497 | currDAG.buildPlan( null); |
| 1498 | currDAG.compile(); |
| 1499 | return currDAG.lp; |
| 1500 | } |
| 1501 | |
| 1502 | private LogicalRelationalOperator getOperatorForAlias(String alias) throws IOException { |
| 1503 | buildStorePlan (alias); |