mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-26 16:51:06 -06:00
15 lines
242 B
Markdown
15 lines
242 B
Markdown
# Examples As Tests
|
|
|
|
|
|
## Time Based Functions
|
|
|
|
### ToHashedUUID
|
|
|
|
This function allows you to take a long input and hash it and then
|
|
convert the result into a java.util.UUID at the finest resolution
|
|
possible.
|
|
|
|
```functest
|
|
ToHashedUUID();
|
|
```
|