mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Small fix in generateUUIDv7WithFastCounter documentation
This commit is contained in:
parent
4e4e72ead8
commit
c053d5e58e
@ -360,7 +360,7 @@ The function returns a value of type UUID.
|
||||
.description = R"(
|
||||
Generates a UUID of version 7 with current Unix time having milliseconds precision, a monotonic counter within the same timestamp and the same request starting from the random value, and followed by 4 random bytes.
|
||||
This function takes an optional argument, the value of which is discarded to generate different values in case the function is called multiple times.
|
||||
This function is a little bit faster version of the function GenerateUUIDv7WithCounter. It doesn't guarantee the counter monotony withing the same timestamp accross different requests. It means that two UUIDs having
|
||||
This function is a little bit faster version of the function GenerateUUIDv7WithCounter. It doesn't guarantee the counter monotony withing the same timestamp accross different requests.
|
||||
The function returns a value of type UUID.
|
||||
)",
|
||||
.examples{
|
||||
|
Loading…
Reference in New Issue
Block a user