mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Merge pull request #44527 from mrcrypster/patch-3
Fixed minor errors in functions docs
This commit is contained in:
commit
24a3085251
@ -353,7 +353,7 @@ Typical usage:
|
||||
{
|
||||
R"(
|
||||
Returns a random number from the exponential distribution.
|
||||
Accepts one parameter.
|
||||
Accepts one parameter - lambda value.
|
||||
|
||||
Typical usage:
|
||||
[example:typical]
|
||||
@ -413,7 +413,7 @@ Typical usage:
|
||||
{
|
||||
R"(
|
||||
Returns a random number from the Bernoulli distribution.
|
||||
Accepts two parameters - probability of success.
|
||||
Accepts one parameter - probability of success.
|
||||
|
||||
Typical usage:
|
||||
[example:typical]
|
||||
@ -458,7 +458,7 @@ Typical usage:
|
||||
{
|
||||
R"(
|
||||
Returns a random number from the poisson distribution.
|
||||
Accepts two parameters - the mean number of occurrences.
|
||||
Accepts one parameter - the mean number of occurrences.
|
||||
|
||||
Typical usage:
|
||||
[example:typical]
|
||||
|
Loading…
Reference in New Issue
Block a user