SteveYurongSu commented on issue #9229:
URL: https://github.com/apache/iotdb/issues/9229#issuecomment-1460174634

   @zhengshubin 是的,目前 LAST 结果集都是以 TEXT 
形式返回的。这样做的原因是,目前定义的结果集的每一列必须是相同的类型(实现上的限制),而最新点可能是不同数据类型的。
   
   如果你想获取原始类型的数据,就需要手工转型了:我们最后一列提供了每一个最新点的数据类型,可以根据最后一列进行转型,恢复到原始的数据类型。
   
   当然,你也可以为我们包装一个自带转型功能的 LAST 专用结果集,哈哈 :)


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to