You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/08/03 09:38:45 UTC

[GitHub] [incubator-iotdb] ATM006 opened a new issue #1593: DataIterator中迭代器如何获取一条记录的所有时序名称

ATM006 opened a new issue #1593:
URL: https://github.com/apache/incubator-iotdb/issues/1593


   我遇到的问题:如何获取iterator.getLong(index)中index的最大值。因为我想用来遍历所有的时间序列名称。
   ![image](https://user-images.githubusercontent.com/24607498/89168792-f551e700-d5af-11ea-806c-3343a832243c.png)
   


----------------------------------------------------------------
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



[GitHub] [incubator-iotdb] ATM006 commented on issue #1593: DataIterator中迭代器如何获取一条记录的所有时序名称

Posted by GitBox <gi...@apache.org>.
ATM006 commented on issue #1593:
URL: https://github.com/apache/incubator-iotdb/issues/1593#issuecomment-667921384


   查看IoTDBRpcDataSet.java中columnSize属性是一个私有属性。


----------------------------------------------------------------
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



[GitHub] [incubator-iotdb] qiaojialin commented on issue #1593: DataIterator中迭代器如何获取一条记录的所有时序名称

Posted by GitBox <gi...@apache.org>.
qiaojialin commented on issue #1593:
URL: https://github.com/apache/incubator-iotdb/issues/1593#issuecomment-667948366


   SessionDataSet dataSet = session.executeQueryStatement("select * from root.sg1.d1");
   System.out.println(dataSet.getColumnNames());
   
   这个 getColumnNames 的 size 就是结果的表头


----------------------------------------------------------------
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



[GitHub] [incubator-iotdb] ATM006 removed a comment on issue #1593: DataIterator中迭代器如何获取一条记录的所有时序名称

Posted by GitBox <gi...@apache.org>.
ATM006 removed a comment on issue #1593:
URL: https://github.com/apache/incubator-iotdb/issues/1593#issuecomment-667921384


   查看IoTDBRpcDataSet.java中columnSize属性是一个私有属性。


----------------------------------------------------------------
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