You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "DuBin (JIRA)" <ji...@apache.org> on 2017/12/21 09:19:00 UTC

[jira] [Created] (FLINK-8302) Support shift_left and shift_right in TableAPI

DuBin created FLINK-8302:
----------------------------

             Summary: 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
             Fix For: 1.5.0


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)