MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / fuzz

Method fuzz

src/Common/QueryFuzzer.cpp:2685–2691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2683}
2684
2685void QueryFuzzer::fuzz(ASTs & asts)
2686{
2687 for (auto & ast : asts)
2688 {
2689 fuzz(ast);
2690 }
2691}
2692
2693struct ScopedIncrement
2694{

Callers

nothing calls this directly

Calls 15

parseQueryFunction · 0.85
setExplainedQueryMethod · 0.80
tablesMethod · 0.80
havingMethod · 0.80
prewhereMethod · 0.80
qualifyMethod · 0.80
limitLengthMethod · 0.80
limitOffsetMethod · 0.80
limitByMethod · 0.80
limitByLengthMethod · 0.80
limitByOffsetMethod · 0.80
settingsMethod · 0.80

Tested by

no test coverage detected