Skip to content
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

Introduce UDAF(User-Defined Aggregation Functions) #12005

Merged
merged 27 commits into from
Feb 7, 2024

Conversation

Sh-Zh-7
Copy link
Contributor

@Sh-Zh-7 Sh-Zh-7 commented Jan 29, 2024

Description

This PR we introduce a new feature: UDAF(User-Defined Aggregation Functions).
Now users can customize their aggregation functions and seamlessly integrate them into IoTDB powerful aggregation framework. 🎉🎉

More details can be seen: https://apache-iotdb.feishu.cn/docx/HNawdvH1Goo5sRxtmX9cjLHyniF
The User Manual will come later soon.


This PR has:

  • been self-reviewed.
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Copy link
Contributor

@JackieTien97 JackieTien97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to add a UDAF example in example/udf submodule.

After this pr being merged, you need also update the docs in website. submit a pr to this repo https://github.com/apache/iotdb-docs

@JackieTien97 JackieTien97 merged commit f8562c7 into apache:master Feb 7, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants