aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillPushLimitToScanRule.java
AgeCommit message (Expand)Author
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-05-05DRILL-6318: Push down limit past flatten is incorrectOleg
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-04-13DRILL-6294: Changes to support Calcite 1.16.0 , and remove deprecated API usageVolodymyr Vysotskyi
2018-03-03DRILL-6099: Push limit past flatten(project) without pushdown into scanGautam Parai
2018-01-16DRILL-3993: Use custom RelBuilder implementation in rulesVolodymyr Vysotskyi
2017-07-21DRILL-5165: For limit all case, no need to push down limit to scanchunhui-shi
2016-02-11DRILL-4363: Row count based pruning for parquet table used in Limit n query.Jinfeng Ni