This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch beyyes/query_metrics
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from cc76b682ad8 add
add aed0c552ee5 move variable to QueryStatistics
No new revisions were added by this update.
Summary of changes:
.../fragment/FragmentInstanceContext.java | 32 +++++++--------
.../execution/fragment/QueryContext.java | 32 ++++++---------
.../execution/fragment/QueryStatistics.java | 45 ++++++++++++++++++++++
.../metric/SeriesScanCostMetricSet.java | 24 ++++++------
.../org/apache/iotdb/db/utils/FileLoaderUtils.java | 38 ++++++++++--------
5 files changed, 107 insertions(+), 64 deletions(-)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/fragment/QueryStatistics.java