aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/JoinPrel.java
AgeCommit message (Expand)Author
2019-02-01DRILL-6997: Semijoin is changing the join ordering for some tpcds queries.Hanumath Maduri
2018-11-01DRILL-6798: Planner changes to support semi-join.Hanumath Rao Maduri
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-07-31DRILL-6617: Changing name of implicit RowId column from implicitColumn to imp...Hanumath Rao Maduri
2018-07-31DRILL-6617: Planner Side changed to propagate $drill_implicit_field$ informat...HanumathRao
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
2016-11-02DRILL-4927 (part 2): Add support for Null Equality Joins (mixed comparators)Roman Kulyk
2015-10-02DRILL-2361: Allow column aliases to include dots.AdamPD
2015-04-28DRILL-1957: Support nested loop join planning in order to enable NOT-IN, Ineq...Aman Sinha
2015-04-21DRILL-1384: Part 1 - Rebase on Calcite. Change code due to Calcite package re...Jinfeng Ni
2015-03-02DRILL-2236: Optimize hash inner join by swapping inputs based on row count co...Jinfeng Ni
2015-02-04DRILL-2092: For HashJoin and MergeJoin, process the null comparisons for IS ...Aman Sinha
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-07-20DRILL-979: For Union-All don't do final column re-ordering since the ordering...Aman Sinha
2014-05-23Fix for project column ordering is wrong.Jacques Nadeau
2014-05-23Use PrelVisitor to add Project when Join has conflicting names from inputs. M...Jinfeng Ni