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

Function parseKQLQuery

src/Parsers/Kusto/parseKQLQuery.cpp:490–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490ASTPtr parseKQLQuery(
491 IParser & parser,
492 const char * begin,
493 const char * end,
494 const std::string & query_description,
495 size_t max_query_size,
496 size_t max_parser_depth,
497 size_t max_parser_backtracks)
498{
499 return parseKQLQueryAndMovePosition(parser, begin, end, query_description, false, max_query_size, max_parser_depth, max_parser_backtracks);
500}
501
502ASTPtr parseKQLQuery(
503 IParser & parser,

Callers 1

executeQueryImplFunction · 0.85

Calls 4

dataMethod · 0.45
sizeMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected