aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinUtils.java
AgeCommit message (Expand)Author
2018-11-15DRILL-786: Allow CROSS JOIN syntaxIgor Guzenko
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-06-22DRILL-5188: Expand sub-queries using rulesVolodymyr Vysotskyi
2018-05-18DRILL-6421: Refactor DecimalUtility and CoreDecimalUtility classesVolodymyr Vysotskyi
2018-05-04DRILL-6094: Decimal data type enhancementsVolodymyr Vysotskyi
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2017-02-21DRILL-5263: Prevent left NLJoin with non scalar subqueriesSerhii-Harnyk
2016-11-02DRILL-4927 (part 2): Add support for Null Equality Joins (mixed comparators)Roman Kulyk
2016-10-11DRILL-4927: Add support for Null Equality JoinsRoman Kulyk
2015-12-13DRILL-4163 Schema changes support in MergeJoin Operator.Amit Hadke
2015-11-04DRILL-3793: New MergeJoin and add RecordIterator interfaceAmit Hadke
2015-05-10DRILL-2870: Part2 - Fix return type of aggregate functions to be nullableMehant Baid
2015-05-06DRILL-2433: Add support for implicit casting between date and timestamp in jo...Mehant Baid
2015-05-06DRILL-2962: Enhance scalar check to recurse below single-input rels. Bump u...Aman Sinha
2015-04-28DRILL-1957: Support nested loop join planning in order to enable NOT-IN, Ineq...Aman Sinha
2015-04-27DRILL-2823: Use implicit casts for comparisons of expression in the join cond...Mehant Baid
2015-04-21DRILL-1384: Part 1 - Rebase on Calcite. Change code due to Calcite package re...Jinfeng Ni
2015-03-17DRILL-2441: For outer-join, if there is any inequality condition, Cartesian-J...Hsuan-Yi Chu
2015-02-25DRILL-1325: Throw UnsupportedRelOperatorException for unequal joins, implicit...Hsuan-Yi Chu
2015-02-04DRILL-2092: For HashJoin and MergeJoin, process the null comparisons for IS ...Aman Sinha