aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/codegen
AgeCommit message (Expand)Author
2014-08-18DRILL-1281: Read into Direct Memory in Parquet Reader. Requires Hadoop 2.4 or...Parth Chandra
2014-08-18DRILL-1205: group by causes access to DeadBufHanifi Gunes
2014-08-18DRILL-1178: Double copy in setSafe for VariableLengthVectorsSudheesh Katkam
2014-08-06DRILL-1252: Implement Complex parquet and json writersSteven Phillips
2014-08-06DRILL-1270: Resize buffers used in workspace vectors for aggregate functions ...Mehant Baid
2014-08-06DRILL-1239: stop writing to vector if the vector runs out of memoryHanifi Gunes
2014-08-06DRILL-1247: Override toString() method in Time (java.sql.Time) class to print...Mehant Baid
2014-08-06DRILL-1246: Fix rounding when scale is zero while casting from varchar ->deci...Mehant Baid
2014-08-06DRILL-1216: Fix decimal multiplication when precision can exceed 38Mehant Baid
2014-08-06DRILL-1233: Use ObjectHolder interface for Max, Min decimal aggregate functionsMehant Baid
2014-07-29DRILL-1058: Read complex types in parquetSteven Phillips
2014-07-29DRILL 1221: Update for changes in Parquet-12 for new converted types. Also co...Jason Altekruse
2014-07-29DRILL-945: Implementation of repeated reader and writer for parquet. Includes...Jason Altekruse
2014-07-27DRILL-1153: Add $sum0 implementationsJacques Nadeau
2014-07-25DRILL-1186: Check for null values in Nullable Date/Time/TimeStamp SqlAccessorsvkorukanti
2014-07-25Fix regression caused by DRILL-1126Mehant Baid
2014-07-24DRILL-1126: Support generic objects as workspace variables in UDAFMehant Baid
2014-07-24DRILL-1164: Use FQCN while casting Timestamp to DateMehant Baid
2014-07-20DRILL-1123: Use double type for decimal divisionMehant Baid
2014-07-20DRILL-1121: Round up digits while performing mod, decimal divisionMehant Baid
2014-07-20DRILL-1120: Use DecimalScalePrecisionModFunction to compute scale & precision...Mehant Baid
2014-07-20DRILL-706, DRILL-524 : div and mod funnc bugfix DRILL-706,524,988: Review Com...Yash Sharma
2014-07-20DRILL-988: trunc(num) bugfix handle data lossYash Sharma
2014-07-09DRILL-1060: Support ComplexToJson for Array Data TypeAditya Kishore
2014-07-08DRILL-755: Show files without FROM clause should display files in default wor...Mehant Baid
2014-07-07DRILL-1088: implemented date_trunc use TestFunctionsQuery instead of TestDate...Cliff Buchanan
2014-07-07DRILL-1109: Implement downward casting functions for decimal data type.Mehant Baid
2014-07-07DRILL-730: Initialize the buffer while creating sparse representation from Bi...Mehant Baid
2014-07-07DRILL-1110: Output precision of functions should always be greater or equal t...Mehant Baid
2014-07-07DRILL-861: Implement sum, avg for decimal data type.Mehant Baid
2014-07-03DRILL-1085: Round up while casting to int/bigint from float/double/decimalMehant Baid
2014-07-02DRILL-967: Age and shift functions.Sudheesh Katkam
2014-07-02DRILL-923: Bit-wise and logical Aggregate functionsYash Sharma
2014-07-02DRILL-794: Fix IOB while performing decimal subtractionMehant Baid
2014-06-27DRILL-841: Using BigDecimal to round and truncate.Sudheesh Katkam
2014-06-25DRILL-605: Round up decimal when truncating fractional partMehant Baid
2014-06-25DRILL-1067: RPC layer improvementsJacques Nadeau
2014-06-20DRILL-1024: Move hive storage code out of 'exec/java-exec' into 'contrib/stor...vkorukanti
2014-06-20DRILL-1019: Handle multilpication overflow for decimal38 data typeMehant Baid
2014-06-20DRILL-1016: Propagate negative sign while casting from decimal18 to decimal38Mehant Baid
2014-06-20DRILL-1044: Optimize boolean and/or operators by short-circuit and fast-succe...Jinfeng Ni
2014-06-18DRILL-1007: Unify handling of negative values in Decimal28 and Decimal38 data...Mehant Baid
2014-06-18DRILL-1020: Fix bug in dynamic allocationSteven Phillips
2014-06-18DRILL-772 : Change comparison operator to use NULL_IF_NULL policy, when inpu...Jinfeng Ni
2014-06-18DRILL-993: Remove redundant comparison in comparison operator generated by Fr...Jinfeng Ni
2014-06-17DRILL-842: Aggregate function for correlation coefficient calculationYash Sharma
2014-06-17DRILL-976: Fix extract second to return only second portion of interval; excl...Mehant Baid
2014-06-17Add alias names date_diff, date_sub alias to date subtraction functionsMehant Baid
2014-06-17DRILL-793: Fix output type's scale and precision for math functions.Mehant Baid
2014-06-17DRILL-836: [addendum] Drill needs to return complex types (e.g., map and arra...Aditya Kishore