Hi everyone, We are developing a UDF to remove a sequence of consecutive identical values (keeping only the first one), but have not come up with a proper name for it. We can't name it ‘distinct' because it has a different meaning. Here are some of the alternatives we came up with, and if you have a better one, we are happy to discuss!
1.removeContinuous 2.removeConsecutiveIdentity The issue related: > https://github.com/apache/iotdb/issues/6751 > <https://github.com/apache/iotdb/issues/6751> Best, ------------------------------------ Weihao Li
