iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[IOTDB-4073] Add SessionTimeWindowAccessStrategy in UDF

Open ZhanGHanG9991 opened this issue 3 years ago • 0 comments

Description

Add SessionTimeWindowAccessStrategy in UDF


This PR has:

  • [x] been self-reviewed.
    • [ ] concurrent read
    • [ ] concurrent write
    • [ ] concurrent read and write
  • [ ] added documentation for new or modified features or behaviors.
  • [ ] added Javadocs for most classes and all non-trivial methods.
  • [x] added or updated version, license, or notice information
  • [x] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • [ ] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage.
  • [x] added integration tests.
  • [x] been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

ZhanGHanG9991 avatar Aug 09 '22 06:08 ZhanGHanG9991