未验证 提交 1fd3bbc0 编写于 作者: M Mikhail Korotov 提交者: GitHub

Update comments

上级 326e4184
......@@ -1050,6 +1050,8 @@ readTextWithSuffix(T & x, ReadBuffer & buf)
/// Read something from text format, but expect complete parse of given text
/// For example: 723145 -- ok, 213MB -- not ok
/// Integral values parsing with suffix (k, ki, M, Mi, G, Gi, T, Ti)
/// For example: 133M = 133000000
template <typename T>
inline T completeParse(const char * data, size_t size)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册