For unequal time reporting intervals in Apache IoTDB, how to interpolate and return the data in equal time interval pattern?

  Kiến thức lập trình

I have a question to ask about Apache IoTDB. For example, I have data with irregular data spacing for time reported, such as 1s, 5s, 11s and so on. I want to return data results at equal intervals of two seconds, and the data that is not reported for this interval needs to be interpolated. Does anyone know which function in IoTDB to use or how to implement it?

LEAVE A COMMENT