This is an automated email from the ASF dual-hosted git repository.
edwardxu pushed a change to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 364569548 Merge branch 'unstable' into aleksraiden-patch-1
add e61c81478 feat(tdigest): implement TDIGEST.TRIMMED_MEAN command (#3312)
add e4c38f662 Merge branch 'unstable' into aleksraiden-patch-1
No new revisions were added by this update.
Summary of changes:
src/commands/cmd_tdigest.cc | 67 ++++++++++++++
src/types/redis_tdigest.cc | 36 ++++++++
src/types/redis_tdigest.h | 6 ++
src/types/tdigest.h | 43 +++++++++
tests/cppunit/types/tdigest_test.cc | 78 +++++++++++++++++
tests/gocase/unit/type/tdigest/tdigest_test.go | 117 +++++++++++++++++++++++++
6 files changed, 347 insertions(+)