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

Jialin Qiao closed IOTDB-203.
-----------------------------
    Fix Version/s: 0.9.0
       Resolution: Fixed

> A new result set format
> -----------------------
>
>                 Key: IOTDB-203
>                 URL: https://issues.apache.org/jira/browse/IOTDB-203
>             Project: Apache IoTDB
>          Issue Type: New Feature
>            Reporter: Jialin Qiao
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When executing a SQL like "select d1.s1, d2.s1 from root.sg1", the default 
> result set format in IoTDB is 
> "time, root.sg1.d1.s1, root.sg1.d2.s1"
> 1 , 1, 1
> 2, 2, 2
> However, some users want to get another format, The results could be grouped 
> by device, then sorted by time.
> "time, deviceId, s1".
> 1, root.sg1.d1, 1
> 2, root.sg1.d2, 2
>  
> This can be done in the client, but it would be better if we support this 
> format in the server.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to