You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/01/04 01:32:58 UTC

[incubator-doris] branch master updated (d5768cf -> 0d3564c)

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

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from d5768cf  [Bug] Fix create colocate table bug (#5139)
     add 0d3564c  [Feature] Implementation of histogram metric (#5148)

No new revisions were added by this update.

Summary of changes:
 LICENSE.txt                     |  12 +++
 be/src/util/CMakeLists.txt      |   1 +
 be/src/util/histogram.cpp       | 230 ++++++++++++++++++++++++++++++++++++++++
 be/src/util/histogram.h         | 113 ++++++++++++++++++++
 be/src/util/metrics.cpp         |  59 +++++++++++
 be/src/util/metrics.h           |  30 ++++++
 be/test/util/CMakeLists.txt     |   1 +
 be/test/util/histogram_test.cpp | 100 +++++++++++++++++
 8 files changed, 546 insertions(+)
 create mode 100644 be/src/util/histogram.cpp
 create mode 100644 be/src/util/histogram.h
 create mode 100644 be/test/util/histogram_test.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org