aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillScanRel.java
AgeCommit message (Expand)Author
2018-10-25DRILL-6381: (Part 3) Planner and Execution implementation to support Secondar...rebase
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-03DRILL-6101: Optimized implicit columns handling within scannerSalim Achouche
2017-09-05DRILL-5546: Handle schema change exception failure caused by empty input or e...Jinfeng Ni
2017-03-29DRILL-4678: Tune metadata by generating a dispatcher at runtimeSerhii-Harnyk
2016-01-29DRILL-4279: Improve performance for skipAll query against Text/JSON/Parquet t...Jinfeng Ni
2015-11-16DRILL-3765: Move partitioning pruning to HepPlanner to avoid the performance ...Jinfeng Ni
2015-05-10DRILL-2723: Add option to change text format row size estimate.Jacques Nadeau
2015-04-21DRILL-1384: Part 1 - Rebase on Calcite. Change code due to Calcite package re...Jinfeng Ni
2015-03-18DRILL-2358: Ensure DrillScanRel differentiates skip-all, scan-all & scan-some...Hanifi Gunes
2014-09-24DRILL-1386: Push directory filters into group scan for filesystem queries.Aman Sinha
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-08-29DRILL-1309: Implement ProjectPastFilterPushdown and update DrillScanRel cost ...Hanifi Gunes
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-09DRILL-576: Add costingAman Sinha
2014-05-06DRILL-631 : do not push projects down if scan does not support .Jinfeng Ni
2014-05-03DRILL-491: project pushdown into scan. Add base test class for testing plan.Jinfeng Ni
2014-04-19DRILL-450: Add exchange rules, move from BasicOptimizer to OptiqJinfeng Ni
2014-04-19Start on move towards optiq for I --> pJacques Nadeau
2014-03-03DRILL-257: Move SQL parsing to server side.Jacques Nadeau