aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/expr/EvaluationVisitor.java
AgeCommit message (Expand)Author
2019-03-14DRILL-6524: Assign holder fields instead of assigning object references in ge...Volodymyr Vysotskyi
2019-03-01DRILL-4858: REPEATED_COUNT on an array of maps and an array of arrays is not ...Bohdan Kazydub
2018-10-26DRILL-6763: Codegen optimization of SQL functions with constant values(#1481)shuifeng lu
2018-10-17DRILL-6797: Fix UntypedNull handling for complex typesArina Ielchiieva
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-06-07DRILL-6375 : Support for ANY_VALUE aggregate functionGautam Parai
2018-05-04DRILL-6094: Decimal data type enhancementsVolodymyr Vysotskyi
2017-12-22DRILL-6028: Allow splitting generated code in ChainedHashTable into blocks to...Arina Ielchiieva
2017-11-14DRILL-5783, DRILL-5841, DRILL-5894: Rationalize test temp directoriesTimothy Farkas
2017-05-19DRILL-5399: Fix race condition in DrillComplexWriterFuncHolderVolodymyr Vysotskyi
2017-05-12DRILL-5419: Calculate return string length for literals & some string functionsArina Ielchiieva
2017-04-07DRILL-5375: Nested loop join: return correct result for left join closes #794Arina Ielchiieva
2017-03-31DRILL-4971: Query encounters system error, when there aren't eval subexpressi...Vitalii Diravka
2016-10-10DRILL-4618: Correct the usage of random flag in Hive function registrychunhui-shi
2016-03-02DRILL-4327: Fix rawtypes warnings in drill codebaseLaurent Goujon
2015-11-03DRILL-3912: Common subexpression eliminationSteven Phillips
2015-11-03DRILL-3229: Miscellaneous Union-type fixesSteven Phillips
2015-11-02DRILL-3232: Promotable writerSteven Phillips
2015-04-15DRILL-2695: Add Support for large in conditions through the use of the Values...Jacques Nadeau
2015-04-13DRILL-2668: Fix: CAST(1.1 AS FLOAT) was yielding DOUBLE.dbarclay
2015-03-31DRILL-2280: Refactor ValueVector interface & add an abstract ValueVector impl...Hanifi Gunes
2015-03-30DRILL-2375: implement reader reset mechanism and reset reader before accessin...Hanifi Gunes
2015-01-22DRILL-1960: Automatic reallocationSteven Phillips
2014-10-29DRILL-1333: Flatten operator for allowing more complex queryies against repea...Jason Altekruse
2014-09-29Drill 1416: convert_from() on JSON fails - regressionJason Altekruse
2014-09-23Patch for DRILL-705Timothy Chen
2014-09-11DRILL-1402: Add check-style rules for trailing space, TABs and blocks without...Aditya Kishore
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-08-29DRILL-1299: Enable short circuit evaluation for case expressions in the run-t...Jinfeng Ni
2014-08-24Switch to DrillBufJacques Nadeau
2014-08-06DRILL-1250 : Fix compilation error in generated code when Drill evaluates an ...Jinfeng Ni
2014-07-26DRILL-1180: Add casts to case expression to ensure all branches have same out...Mehant Baid
2014-07-20DRILL-1134 : Fix compilation exception in run-time code, when filter uses two...Jinfeng Ni
2014-07-09DRILL-1060: Support ComplexToJson for Array Data TypeAditya Kishore
2014-06-20DRILL-1025: Refactoring - Define function holder and registry interfacesvkorukanti
2014-06-20DRILL-1044: Optimize boolean and/or operators by short-circuit and fast-succe...Jinfeng Ni
2014-06-18DRILL-1006 : Fix case expression when conditions are expression of nullable t...Jinfeng Ni
2014-06-16DRILL-937: Optimize boolean and/or operator with short circuit evaluation in...Jinfeng Ni
2014-06-10DRILL-927: Run-time code generation support for reading Complex Type.Jinfeng Ni
2014-05-28DRILL-665: Handle null values in case expressions.tnachen
2014-05-23Fix for project column ordering is wrong.Jacques Nadeau
2014-05-22DRILL-810 : add isSafe() to Nullable value vector. Check nullable value vecto...Jinfeng Ni
2014-05-19DRILL-783: Convert function support in HBase filter push down.Aditya Kishore
2014-05-13DRILL-635: Fix run-time code generation bug for case expression, when the hol...Jinfeng Ni
2014-05-11Add support for RepeatedMapVector, MapVector and RepeatedListVector.Jacques Nadeau
2014-04-24DRILL-452: Conversion functions for external data typesAditya Kishore
2014-04-22DRILL-442: Implement text format pluginSteven Phillips
2014-04-22DRILL-332: Support for decimal data typeMehant Baid
2014-04-19Add extract functionsvkorukanti