[
https://issues.apache.org/jira/browse/TAJO-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501262#comment-14501262
]
ASF GitHub Bot commented on TAJO-922:
-------------------------------------
Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/535#discussion_r28643157
--- Diff:
tajo-core/src/test/resources/queries/TestBuiltinFunctions/testNthValue.sql ---
@@ -0,0 +1 @@
+select l_orderkey,l_extendedprice, nth_value(l_extendedprice, 2) over
(partition by l_orderkey order by l_orderkey) as nthvalue from lineitem;
--- End diff --
seungunchoe
> Add NTH_VALUE window function
> -----------------------------
>
> Key: TAJO-922
> URL: https://issues.apache.org/jira/browse/TAJO-922
> Project: Tajo
> Issue Type: Sub-task
> Components: function/udf, physical operator
> Reporter: Hyunsik Choi
> Assignee: Seungun Choe
> Fix For: window function
>
> Attachments: TAJO-922.patch
>
>
> The NTH_VALUE window function returns the value of the specified row of the
> window frame relative to the first row of the window. We need to implement it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)