-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[IOTDB-944] Support UDTF (User-defined Timeseries Generating Function) #1828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…yIndex / testOrderedAccessByDataPointIterator
Alima777
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
server/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/core/reader/LayerPointReader.java
Show resolved
Hide resolved
...a/org/apache/iotdb/db/query/udf/api/customizer/strategy/SlidingSizeWindowAccessStrategy.java
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/service/UDFClassLoader.java
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/core/context/UDFContext.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/core/context/UDFContext.java
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/service/UDFRegistrationService.java
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/service/UDFClassLoader.java
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/service/UDFRegistrationService.java
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/service/UDFRegistrationService.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/service/UDFRegistrationService.java
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/qp/physical/sys/DropFunctionPlan.java
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/qp/strategy/PhysicalGenerator.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/apache/iotdb/db/query/udf/core/executor/UDTFExecutor.java
Outdated
Show resolved
Hide resolved
…onService#register
|
Hi, I think this PR is ready to be merged. Please take a look again:) |
server/src/main/java/org/apache/iotdb/db/query/dataset/DirectAlignByTimeDataSet.java
Show resolved
Hide resolved
|
Kudos, SonarCloud Quality Gate passed!
|
qiaojialin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A big step...
JIRA: https://issues.apache.org/jira/browse/IOTDB-944
The system design doc and user doc are still being written. I will finish the doc as soon as possible and share the links here. :D