This is an automated email from the ASF dual-hosted git repository.
chenyz pushed a change to branch udaf
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 864abf1a676 remove useless code
add db2b84b5c8a exp
add 0b33fb868b2 add removable
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/udf/AggregateFunctionExample.java | 12 -----
.../main/java/org/apache/iotdb/udf}/MyCount.java | 26 +---------
.../main/java/org/apache/iotdb/udf/MyFirst.java | 59 ++++++++++++----------
.../query/udf/example/relational/FirstTwoSum.java | 3 --
.../db/query/udf/example/relational/MyAvg.java | 3 --
.../db/query/udf/example/relational/MyCount.java | 3 --
.../customizer/config/AggregateFunctionConfig.java | 17 +++++++
.../udf/api/relational/AggregateFunction.java | 27 +++++-----
.../consensus/request/ConfigPhysicalPlan.java | 4 ++
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 8 +--
.../UserDefinedAggregateFunctionAccumulator.java | 1 -
11 files changed, 72 insertions(+), 91 deletions(-)
copy
{integration-test/src/main/java/org/apache/iotdb/db/query/udf/example/relational
=> example/udf/src/main/java/org/apache/iotdb/udf}/MyCount.java (66%)
copy
integration-test/src/main/java/org/apache/iotdb/db/query/udf/example/relational/MyCount.java
=> example/udf/src/main/java/org/apache/iotdb/udf/MyFirst.java (57%)