[ https://issues.apache.org/jira/browse/DRILL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Merrick updated DRILL-20:
-------------------------------
Attachment: limit-reference.patch
Basic implementation of the Limit operator. 1-indexed such that a limit with {last = 0} always
returns nothing, and {last = 1} returns the first object - I chose this because it made sense
to me.
Doesn't do any validation on the values of first and last.
This is my first time digging around this codebase, feedback is very much appreciated.
> Limit Operator Reference Implementation
> ---------------------------------------
>
> Key: DRILL-20
> URL: https://issues.apache.org/jira/browse/DRILL-20
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Chris Merrick
> Attachments: limit-reference.patch
>
>
> Build off of Jacques work on reference implementations - the limit operator.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|