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

Method execute

src/Interpreters/InterpreterShowAccessEntitiesQuery.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26BlockIO InterpreterShowAccessEntitiesQuery::execute()
27{
28 return executeQuery(getRewrittenQuery(), getContext(), true);
29}
30
31
32String InterpreterShowAccessEntitiesQuery::getRewrittenQuery() const

Callers

nothing calls this directly

Calls 1

executeQueryFunction · 0.70

Tested by

no test coverage detected