aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/ScanPrel.java
AgeCommit message (Expand)Author
2014-07-20DRILL-979: For Union-All don't do final column re-ordering since the ordering...Aman Sinha
2014-06-25DRILL-1055: Add ProducerConsumer operator to scansSteven Phillips
2014-06-16DRILL-933: Remove old physical operator cost & size concepts, add automatic s...Jacques Nadeau
2014-06-04add digest of group scan to scan rel.Jacques Nadeau
2014-05-23Fix for project column ordering is wrong.Jacques Nadeau
2014-05-23Enhance PhysicalOperator to use OperatorIds for references rather than random...Jacques Nadeau
2014-05-15DRILL-728: Show SelectionVectorRemover and single mode changes in text plan o...Jacques Nadeau
2014-05-09DRILL-576: Add costingAman Sinha
2014-05-03DRILL-491: project pushdown into scan. Add base test class for testing plan.Jinfeng Ni
2014-05-03DRILL-494: Support for Storage Plugin Optimizer RulesAditya Kishore
2014-04-19Move to Optiq 0.6Jacques Nadeau
2014-04-19DRILL-450: Add exchange rules, move from BasicOptimizer to OptiqJinfeng Ni
2014-04-19Start on move towards optiq for I --> pJacques Nadeau