mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Modified comment [#CLICKHOUSE-31].
This commit is contained in:
parent
7f87bb07da
commit
5aa1a1da27
@ -61,7 +61,7 @@ static bool parseDecimal(IParser::Pos & pos, IParser::Pos end, ASTSampleRatio::R
|
|||||||
if (exponent < 0)
|
if (exponent < 0)
|
||||||
res.denominator *= exp10(-exponent);
|
res.denominator *= exp10(-exponent);
|
||||||
|
|
||||||
/// NOTE You do not need to delete the common power of ten from the numerator and denominator.
|
/// NOTE You do not need to remove the common power of ten from the numerator and denominator.
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ static bool parseDecimal(IParser::Pos & pos, IParser::Pos end, ASTSampleRatio::R
|
|||||||
* - fraction in ordinary decimal notation
|
* - fraction in ordinary decimal notation
|
||||||
*
|
*
|
||||||
* 1.23e-1
|
* 1.23e-1
|
||||||
* - fraction in engineering decimal notation
|
* - fraction in scientific decimal notation
|
||||||
*
|
*
|
||||||
* 123 / 456
|
* 123 / 456
|
||||||
* - fraction with an ordinary denominator
|
* - fraction with an ordinary denominator
|
||||||
|
Loading…
Reference in New Issue
Block a user