MCPcopy Create free account
hub / github.com/apache/kvrocks / Parse

Function Parse

tests/cppunit/ir_dot_dumper_test.cc:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34using namespace kqir;
35
36static auto Parse(const std::string& in) { return sql::ParseToIR(peg::string_input(in, "test")); }
37
38TEST(DotDumperTest, Simple) {
39 auto ir = *Parse("select a from b where c = 1 or d hastag \"x\" and 2 <= e order by e asc limit 0, 10");

Callers 2

TESTFunction · 0.70
ParseSFunction · 0.70

Calls 1

ParseToIRFunction · 0.50

Tested by

no test coverage detected