“4f556a61f1fc9af9e2c19ec76f3db731c5103c4e”上不存在“docs/en/15-programming/06-connector/04-rust.md”
提交 5d9473de 编写于 作者: W wangshuide2020

supplement the docstring of Histogram class.

上级 9a63a44d
......@@ -75,7 +75,10 @@ class Histogram:
Histogram data class.
Args:
buckets (tuple[Bucket])
buckets (tuple[Bucket]): The buckets of histogram data.
max_val (number): The max value of histogram data.
min_val (number): The min value of histogram data.
count (int): The count of histogram data.
"""
# Max quantity of original buckets.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册