MCPcopy Create free account
hub / github.com/ad-freiburg/qlever / parseQuery

Function parseQuery

test/ExportQueryExecutionTreesTest.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31namespace {
32auto parseQuery(std::string query,
33 const std::vector<DatasetClause>& datasets = {}) {
34 static EncodedIriManager evM;
35 return SparqlParser::parseQuery(&evM, std::move(query), datasets);
36}
37
38// Run the given SPARQL `query` on the given Turtle `kg` and export the result
39// as the `mediaType`. `mediaType` must be TSV or CSV.

Callers 4

runQueryStreamableResultFunction · 0.70
runJSONQueryFunction · 0.70
TEST_PFunction · 0.70
TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected