After query aggregation in Apache IoTDB, can average calculate avg
retain two decimal places in IoTDB? If this can be done, what settings should I install? If this cannot be done, are there any other ways in IoTDB to do that?
String
type comparison is currently not supported in Apache IoTDB. If necessary to do the scenario you mentioned, you can customize an UDF function in IoTDB. Detailed steps can be found in the official guide.