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

Method tryParse

src/Parsers/Prometheus/PrometheusQueryTree.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269bool PrometheusQueryTree::tryParse(std::string_view promql_query_, UInt32 timestamp_scale_, String * error_message_, size_t * error_pos_)
270{
271 return PrometheusQueryParsingUtil::tryParseQuery(promql_query_, timestamp_scale_, *this, error_message_, error_pos_);
272}
273
274
275namespace

Callers

nothing calls this directly

Calls 1

tryParseQueryFunction · 0.85

Tested by

no test coverage detected