aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn
AgeCommit message (Expand)Author
2019-03-14DRILL-7092: Rename map to struct in schema definitionArina Ielchiieva
2019-03-08DRILL-7046: Support for loading and parsing new RM config fileSorabh Hamirwasia
2019-03-01DRILL-4858: REPEATED_COUNT on an array of maps and an array of arrays is not ...Bohdan Kazydub
2019-02-28DRILL-1328: Support table statistics - Part 2Gautam Parai
2019-02-28DRILL-1328: Support table statisticsCliff Buchanan
2019-01-25DRILL-6533: Allow using literal values in functions which expect FieldReader ...Volodymyr Vysotskyi
2018-11-26DRILL-6868: Upgrade Janino compiler to 3.0.11Volodymyr Vysotskyi
2018-11-09DRILL-6717: lower and upper functions not works with national charactersozinoviev
2018-11-02DRILL-6768: Improve to_date, to_time and to_timestamp and corresponding cast ...Bohdan Kazydub
2018-11-02DRILL-6810: Disable NULL_IF_NULL NullHandling for functions with ComplexWriterBohdan Kazydub
2018-10-26DRILL-6763: Codegen optimization of SQL functions with constant values(#1481)shuifeng lu
2018-10-19DRILL-6795: Upgrade Janino compiler from 2.7.6 to 3.0.10Volodymyr Vysotskyi
2018-10-17DRILL-6084: Show Drill functions in WebUI for autocompleteKunal Khatua
2018-10-17DRILL-6797: Fix UntypedNull handling for complex typesArina Ielchiieva
2018-10-11DRILL-3988: Expose Drill built-in functions & UDFs in a system table (#1483)Kunal Khatua
2018-10-08DRILL-6762: Fix dynamic UDFs versioning issueArina Ielchiieva
2018-09-05DRILL-6710: Disallow negative scale for decimal data typeVolodymyr Vysotskyi
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-27DRILL-6492: Ensure schema / workspace case insensitivity in DrillArina Ielchiieva
2018-08-24DRILL-6688 Data batches for Project operator exceed the maximum specified (#1...Karthikeyan Manivannan
2018-08-23DRILL-6385: Support JPPD featureweijie.tong
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-07-31DRILL-6634: Add udf module under contrib directory and move some udfs into itArina Ielchiieva
2018-07-09DRILL-6519: Add String Distance and Phonetic FunctionsCharles S. Givre
2018-06-22DRILL-6340 Output Batch Control in Project using the RecordBatchSizerkarthik
2018-06-07DRILL-6375 : Support for ANY_VALUE aggregate functionGautam Parai
2018-06-06DRILL-6389: Fixed building javadocsTimothy Farkas
2018-05-11DRILL-6242 Use java.time.Local{Date|Time|DateTime} for Drill Date, Time, Time...jiang-wu
2018-05-10DRILL-6386: Remove unused imports and star imports.Drill Dev
2018-05-06DRILL-6361: Revised typeOf() function versionsPaul Rogers
2018-05-04DRILL-6094: Decimal data type enhancementsVolodymyr Vysotskyi
2018-05-04DRILL-4184: Support variable length decimal fields in parquetDave Oshinsky
2018-04-20DRILL-6333: Fixed Quotation marksKunal Khatua
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-03-24DRILL-6053: Avoid excessive locking in LocalPersistentStoreVlad Rozov
2018-03-04DRILL-6208: Fix FunctionInitializerTest#testConcurrentFunctionBodyLoad to use...Arina Ielchiieva
2018-03-03DRILL-6174: Parquet filter pushdown improvements.Roman Kulyk
2018-01-26DRILL-5730: Mock testing improvements and interface improvementsTimothy Farkas
2018-01-24DRILL-6049: Misc. hygiene and code cleanup changesPaul Rogers
2018-01-23DRILL-5879: Improved SQL Pattern Contains PerformanceSalim Achouche
2018-01-11DRILL-6004: Direct buffer bounds checking should be disabled by defaultVlad Rozov
2018-01-11DRILL-5919: Add non-numeric support for JSON processingVolodymyr Tkach
2017-11-14DRILL-5783, DRILL-5841, DRILL-5894: Rationalize test temp directoriesTimothy Farkas
2017-11-13DRILL-5899: Simple pattern matchers can work with DrillBuf directlyPadma Penumarthy
2017-11-06DRILL-5834: Add Networking Functionscgivre
2017-10-11DRILL-5645: negation of expression causes null pointer exceptionJosiah Yan
2017-09-30DRILL-5816: Hash function produces skewed results on String values with same ...Sorabh Hamirwasia
2017-09-12DRILL-5697: Improve performance of filter operator for pattern matchingPadma Penumarthy
2017-08-14DRILL-5601: Rollup of external sort fixes an improvementsPaul Rogers
2017-07-21DRILL-5634: Add Crypto Functionscgivre