This is an automated email from the ASF dual-hosted git repository.
chenyz pushed a change to branch udsf
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 30be7e5e076 modify getdatatype
add 69c6ec389fd fix review
No new revisions were added by this update.
Summary of changes:
.../confignode/it/IoTDBConfigNodeSnapshotIT.java | 3 +
.../it/db/it/udf/IoTDBSQLFunctionManagementIT.java | 2 +-
.../customizer/config/ScalarFunctionConfig.java | 6 +
.../customizer/parameter/FunctionParameters.java | 31 +++++
.../udf/api/relational/AggregationFunction.java | 22 ----
.../iotdb/udf/api/relational/ScalarFunction.java | 12 +-
.../iotdb/udf/api/relational/access/Record.java | 8 --
.../iotdb/confignode/manager/UDFManager.java | 18 ++-
.../request/ConfigPhysicalPlanSerDeTest.java | 10 +-
.../response/ConvertToThriftRespTest.java | 32 +++++-
.../iotdb/confignode/persistence/UDFInfoTest.java | 18 ++-
.../relational/ColumnTransformerBuilder.java | 10 +-
.../config/executor/ClusterConfigTaskExecutor.java | 18 ++-
.../config/metadata/ShowFunctionsTask.java | 11 +-
.../relational/analyzer/ExpressionTreeUtils.java | 2 +-
.../relational/metadata/TableMetadataImpl.java | 7 +-
.../apache/iotdb/commons/udf/UDFInformation.java | 19 +--
.../java/org/apache/iotdb/commons/udf/UDFType.java | 127 ++++++++++++++++++---
.../iotdb/commons/udf/access/RecordIterator.java | 5 -
.../TableBuiltinAggregationFunction.java | 8 +-
.../relational/TableBuiltinScalarFunction.java | 6 +-
.../commons/udf/service/UDFManagementService.java | 15 ++-
.../iotdb/commons/udf/utils/TableUDFUtils.java | 47 +++++---
.../thrift-commons/src/main/thrift/common.thrift | 11 +-
.../src/main/thrift/confignode.thrift | 1 +
25 files changed, 317 insertions(+), 132 deletions(-)
delete mode 100644
iotdb-api/udf-api/src/main/java/org/apache/iotdb/udf/api/relational/AggregationFunction.java