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

Function parseQuery

src/Parsers/parseQuery.cpp:374–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372
373
374ASTPtr parseQuery(
375 IParser & parser,
376 const char * begin,
377 const char * end,
378 const std::string & query_description,
379 size_t max_query_size,
380 size_t max_parser_depth)
381{
382 return parseQueryAndMovePosition(parser, begin, end, query_description, false, max_query_size, max_parser_depth);
383}
384
385
386ASTPtr parseQuery(

Callers 15

getTablesFromSelectFunction · 0.85
processMultiQueryMethod · 0.85
processWithFuzzingMethod · 0.85
runFunction · 0.85
TaskTableMethod · 0.85
getShardPartitionsMethod · 0.85

Calls 4

dataMethod · 0.45
sizeMethod · 0.45
getNameMethod · 0.45

Tested by 15

checkFunction · 0.68
check2Function · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
tryParserQueryFunction · 0.68
TESTFunction · 0.68
tryParserQueryFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68