This is an automated email from the ASF dual-hosted git repository.

rong pushed a change to branch nested-operations
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 1c6637d  make layer connections
     new 86cf4b1  make the new code work
     new db44206  fix build

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:
 .../cluster/query/ClusterUDTFQueryExecutor.java    |  31 +---
 .../apache/iotdb/db/query/dataset/UDTFDataSet.java | 161 +--------------------
 .../iotdb/db/query/expression/Expression.java      |   2 +-
 .../query/expression/binary/BinaryExpression.java  |   2 +-
 .../query/expression/unary/FunctionExpression.java |   4 +-
 .../query/expression/unary/NegationExpression.java |   2 +-
 .../query/expression/unary/TimeSeriesOperand.java  |   2 +-
 .../iotdb/db/query/udf/builtin/UDTFSelectK.java    |   2 +-
 .../iotdb/db/query/udf/builtin/UDTFValueTrend.java |   3 +-
 .../iotdb/db/query/udf/core/layer/DAGBuilder.java  |   4 +-
 .../apache/iotdb/db/query/udf/example/Adder.java   |   4 +-
 .../org/apache/iotdb/db/query/udf/example/Max.java |   2 +-
 12 files changed, 26 insertions(+), 193 deletions(-)

Reply via email to