英文:
How to query metadata information other than using show syntax of Apache IoTDB?
问题
有没有一种方法可以查询Apache IoTDB的元数据信息,而不是使用“show”语法?我知道对于mqsql的查询表信息,可以使用像“select * from information.column”这样的语句来检查元数据。想知道IoTDB是否有类似的语句功能,如果有的话,应该如何编写?
英文:
Is there a way to query the metadata information of Apache IoTDB other than using the "show" syntax? I know that for mqsql's query table information, it can use statement like "select * from information.column" to check metadata.
Wonder if IoTDB has similar statement function, and if so, how should I write that?
答案1
得分: 0
Apache IoTDB目前无法使用select
语句查询元数据。在IoTDB中,需要使用show
系列查询来进行元数据查询。
英文:
Currently, Apache IoTDB cannot use select
statement to query metadata. Metadata queries need to use the show
series of queries in IoTDB.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论