You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/05/13 01:53:28 UTC

[iotdb] branch xingtanzjr/mpp_memory_table updated (bace60c3bc -> 13ad9ef628)

This is an automated email from the ASF dual-hosted git repository.

xingtanzjr pushed a change to branch xingtanzjr/mpp_memory_table
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from bace60c3bc spotless s**t
     add 13ad9ef628 change name from MemoryTable to MemorySource

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/mpp/plan/execution/QueryExecution.java  | 20 ++++++++++----------
 ...ntMemoryTable.java => StatementMemorySource.java} |  4 ++--
 ...ontext.java => StatementMemorySourceContext.java} |  4 ++--
 ...isitor.java => StatementMemorySourceVisitor.java} |  8 ++++----
 4 files changed, 18 insertions(+), 18 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/mpp/plan/execution/memory/{StatementMemoryTable.java => StatementMemorySource.java} (91%)
 rename server/src/main/java/org/apache/iotdb/db/mpp/plan/execution/memory/{StatementMemoryTableContext.java => StatementMemorySourceContext.java} (90%)
 rename server/src/main/java/org/apache/iotdb/db/mpp/plan/execution/memory/{StatementMemoryTableVisitor.java => StatementMemorySourceVisitor.java} (78%)