You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yuan Tian (Jira)" <ji...@apache.org> on 2021/12/03 08:24:00 UTC

[jira] [Assigned] (IOTDB-2100) Change current result set format of disable align to four columns

     [ https://issues.apache.org/jira/browse/IOTDB-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuan Tian reassigned IOTDB-2100:
--------------------------------

    Assignee: Alima777

> Change current result set format of disable align to four columns
> -----------------------------------------------------------------
>
>                 Key: IOTDB-2100
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2100
>             Project: Apache IoTDB
>          Issue Type: New Feature
>          Components: Core/Query
>            Reporter: Yuan Tian
>            Assignee: Alima777
>            Priority: Major
>   Original Estimate: 16h
>  Remaining Estimate: 16h
>
> Currently, if we use disable align keyword, we will get a resultset with 2 * n columns(n is the number of the sensors), like:
> Time, root.sg1.d1.s1, Time, root.sg1.d1.s2, Time, root.sg1.d1.s3
> 1                 1                  2                2.0                3               "3"
> After some user survey, we decide to change the result format to fixed four columns, like:
> Time,  senser_id,           value,   data_type
> 1           root.sg1.d1.s1       1            INT32
> 2          root.sg1.d1.s2       2.0        FLOAT
> 3          root.sg1.d1.s3.      "3"        TEXT



--
This message was sent by Atlassian Jira
(v8.20.1#820001)