This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch TOP-K-DTW
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from e510ec02a0d Fix show timeseries failure caused by broken views.
(#10000)
new 71f656e7155 sliding window
new c9b42131097 uniformity
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../BuiltinTimeSeriesGeneratingFunction.java | 3 +-
.../iotdb/commons/udf/builtin/UDTFTopKDTW.java | 51 ++++++++
.../udf/builtin/UDTFTopKDTWSlidingWindow.java | 145 +++++++++++++++++++++
3 files changed, 198 insertions(+), 1 deletion(-)
create mode 100644
node-commons/src/main/java/org/apache/iotdb/commons/udf/builtin/UDTFTopKDTW.java
create mode 100644
node-commons/src/main/java/org/apache/iotdb/commons/udf/builtin/UDTFTopKDTWSlidingWindow.java