[ 
https://issues.apache.org/jira/browse/TAJO-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501261#comment-14501261
 ] 

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_r28643152
  
    --- Diff: 
tajo-core/src/test/resources/queries/TestBuiltinFunctions/testNtile.sql ---
    @@ -0,0 +1 @@
    +select l_orderkey, ntile(3) over (order by l_orderkey) as tile from 
lineitem;
    --- End diff --
    
    The test code is missed.


> 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)

Reply via email to