You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/05/08 09:51:01 UTC

[GitHub] [flink] docete commented on pull request #11892: [FLINK-17112][table] Support DESCRIBE statement in Flink SQL

docete commented on pull request #11892:
URL: https://github.com/apache/flink/pull/11892#issuecomment-625736929


   `
   +------+--------------------------------+-------+--------+-------------------+----------------------------+
   | name |                           type |  null |    key |    compute column |                  watermark |
   +------+--------------------------------+-------+--------+-------------------+----------------------------+
   |    a |                            INT | false | (NULL) |            (NULL) |                     (NULL) |
   |    b |                         STRING |  true | (NULL) |            (NULL) |                     (NULL) |
   |    c |  ROW<`f0` INT NOT NULL, `f1... | false | (NULL) |            (NULL) |                     (NULL) |
   |   ts |                   TIMESTAMP(3) |  true | (NULL) | TO_TIMESTAMP(`b`) | `ts` - INTERVAL '1' SECOND |
   +------+--------------------------------+-------+--------+-------------------+----------------------------+
   
   `


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org