This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch read_tsfile_table_function
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 85bbcd3c367 add comments
add 09abab1f224 fix review comments
add 8444a1dc591 fix
add 500458a59b7 fix comment
No new revisions were added by this update.
Summary of changes:
.../relational/ExternalTsFileSeriesScanUtil.java | 2 +-
.../tvf/read_tsfile/DeviceTaskRunCursor.java | 124 +++++++
.../read_tsfile/ExternalTsFileDeviceQueryTask.java | 97 +++++
.../read_tsfile/ExternalTsFileQueryResource.java | 398 +++++++--------------
.../ExternalTsFileQueryResourceTest.java | 7 +-
.../execution/MemoryEstimationHelper.java | 2 +-
6 files changed, 352 insertions(+), 278 deletions(-)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/function/tvf/read_tsfile/DeviceTaskRunCursor.java
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/function/tvf/read_tsfile/ExternalTsFileDeviceQueryTask.java