aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/window
AgeCommit message (Expand)Author
2018-10-01DRILL-6724: Dump operator context to logs when error occurs during query exec...Bohdan Kazydub
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-01-26DRILL-5730: Mock testing improvements and interface improvementsTimothy Farkas
2017-11-14DRILL-5783, DRILL-5841, DRILL-5894: Rationalize test temp directoriesTimothy Farkas
2017-01-10DRILL-5116: Enable generated code debugging in each Drill operatorPaul Rogers
2016-06-24DRILL-4715: Fix java compilation error in run-time generated code when query ...Jinfeng Ni
2016-05-06DRILL-4657: Rank() will return wrong results if a frame of data is too big (m...adeneche
2016-04-20DRILL-4442: Move getSV2 and getSV4 methods to VectorAccessibleJason Altekruse
2016-04-20DRILL-4445: Standardize the Physical and Logical plan nodes to use Lists inst...Jason Altekruse
2016-03-07DRILL-4457: Difference in results returned by window function over BIGINT dataadeneche
2016-02-22DRILL-4260: Adding support for some custom window framesadeneche
2016-02-16DRILL-4382: Remove dependency on drill-logical from vector packageSteven Phillips
2016-01-21DRILL-4270: Create a separate WindowFramer that supports the FRAME clauseadeneche
2015-12-28DRILL-4215: Transfer buffer ownership in TransferPairSteven Phillips
2015-11-12DRILL-3987: (REFACTOR) Common and Vector modules building.Jacques Nadeau
2015-11-04DRILL-3952: Improve Window Functions performance when not all batches are req...adeneche
2015-09-14DRILL-1942-hygiene:Chris Westin
2015-09-08DRILL-3668: Incorrect results FIRST_VALUE functionadeneche
2015-08-24DRILL-3643: NTILE(0) returns RuntimeExceptionadeneche
2015-08-24DRILL-3654: FIRST_VALUE(<char-column>/<varchar-column>) returns IOB Exceptionadeneche
2015-08-18DRILL-3536: Add support for LEAD, LAG, NTILE, FIRST_VALUE and LAST_VALUE wind...adeneche
2015-06-24DRILL-3345: TestWindowFrame fails to properly check cases involving multiple ...adeneche
2015-06-18DRILL-3268: queries with empty OVER() clause return empty result setadeneche
2015-06-11DRILL-3200: Add Window functions: ROW_NUMBER, RANK, PERCENT_RANK, DENSE_RANK ...adeneche
2015-05-10DRILL-2757: Verify operators correctly handle low memory conditions and cance...adeneche
2015-05-02DRILL-2826: Simplify and centralize Operator CleanupJacques Nadeau
2015-04-01DRILL-2559: In case window functions are disabled, throw UnsupportedFunctionE...Hsuan-Yi Chu
2015-03-061908: new window function implementationadeneche
2015-02-23DRILL-1062: Implemented null ordering (NULLS FIRST/NULLS LAST).dbarclay
2015-01-22DRILL-1960: Automatic reallocationSteven Phillips
2014-12-29DRILL-1845: window function throws an exceptionadeneche
2014-12-02DRILL-1781: Fast Complex SchemaSteven Phillips
2014-10-27DRILL-1382: Fast schema returnSteven Phillips
2014-09-23Patch for DRILL-705Timothy Chen