Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.20.0
    • 1.20.0
    • Table SQL / API
    • None

    Description

      The desc syntax supports materialized table:

      DESC Orders
      

      Return the following description:

      root

      – user: BIGINT NOT NULL COMMENT 'this is primary key'
      – product: VARCHAR(32)
      – amount: INT
      – ts: TIMESTAMP(3) ROWTIME COMMENT 'notice: watermark'
      – ptime: TIMESTAMP(3) NOT NULL PROCTIME AS PROCTIME() COMMENT 'this is a computed column'
      – WATERMARK FOR ts AS `ts` - INTERVAL '1' SECOND
      – CONSTRAINT PK_3599338 PRIMARY KEY (user)
      – LOGICAL_REFRESH_MODE: FULL
      – REFRESH_MODE: FULL
      – REFRESH_STATUS: ACTIVATED
      – REFRESH_HANDLER_DESC: " {jobId: xxx}

      "

      Attachments

        Activity

          People

            Unassigned Unassigned
            lsy dalongliu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: