mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Add minimal documentation for hasThreadFuzzer
This commit is contained in:
parent
241e68c44b
commit
3c07d41152
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user