Add minimal documentation for hasThreadFuzzer

This commit is contained in:
Blargian 2024-03-29 17:24:54 +01:00
parent 241e68c44b
commit 3c07d41152

View File

@ -591,6 +591,16 @@ SELECT hasColumnInTable('system','metrics','non-existing_column')
0
```
## hasThreadFuzzer
Returns whether Thread Fuzzer is effective. It can be used in tests to prevent too long runs.
**Syntax**
```sql
hasThreadFuzzer();
```
## bar
Builds a bar chart.