Steve Yurong Su created IOTDB-944:
-------------------------------------
Summary: Support UDTF (User-defined Timeseries Generating Function)
Key: IOTDB-944
URL: https://issues.apache.org/jira/browse/IOTDB-944
Project: Apache IoTDB
Issue Type: Sub-task
Components: Core/Engine
Reporter: Steve Yurong Su
Fix For: 0.11.0
A UDTF generates a variable number of output data points for a single input row
or a single input window (time-based or size-based).
Examples:
select a, b, add(a, b), multiply(a, b) from root.sg.d;
select udtf(*) from root.sg.d;
--
This message was sent by Atlassian Jira
(v8.3.4#803005)