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

Function parseQuery

src/Parsers/parseQuery.cpp:420–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418
419
420ASTPtr parseQuery(
421 IParser & parser,
422 const char * begin,
423 const char * end,
424 const std::string & query_description,
425 size_t max_query_size,
426 size_t max_parser_depth,
427 size_t max_parser_backtracks)
428{
429 return parseQueryAndMovePosition(parser, begin, end, query_description, false, max_query_size, max_parser_depth, max_parser_backtracks);
430}
431
432
433ASTPtr parseQuery(

Callers 15

parsePathEtcMethod · 0.85
processWithASTFuzzerMethod · 0.85
TESTFunction · 0.85
parseMethod · 0.85
readTextMethod · 0.85
setAliasesMethod · 0.85
parseMethod · 0.85
parseMethod · 0.85

Calls 4

dataMethod · 0.45
sizeMethod · 0.45
getNameMethod · 0.45

Tested by 15

TESTFunction · 0.68
TESTFunction · 0.68
estimateRowsForFunction · 0.68
getEngineArgsFunction · 0.68
checkOldFunction · 0.68
checkNewAnalyzerFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
tryParserQueryFunction · 0.68