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

ASF GitHub Bot commented on FLINK-8302:
---------------------------------------

Github user sunjincheng121 commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5202#discussion_r160730995
  
    --- Diff: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/calls/FunctionGenerator.scala
 ---
    @@ -414,6 +414,34 @@ object FunctionGenerator {
         DOUBLE_TYPE_INFO,
         BuiltInMethods.LOG_WITH_BASE)
     
    +  addSqlFunctionMethod(
    --- End diff --
    
    Yes, that's correct..
    +1 to add `shift` as a binary operator.


> Support shift_left and shift_right in TableAPI
> ----------------------------------------------
>
>                 Key: FLINK-8302
>                 URL: https://issues.apache.org/jira/browse/FLINK-8302
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>            Reporter: DuBin
>              Labels: features
>             Fix For: 1.5.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Add shift_left and shift_right support in TableAPI, shift_left(input, n) act 
> as input << n, shift_right(input, n) act as input >> n.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to