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?