| 24 | |
| 25 | |
| 26 | BlockIO InterpreterShowAccessEntitiesQuery::execute() |
| 27 | { |
| 28 | return executeQuery(getRewrittenQuery(), getContext(), true); |
| 29 | } |
| 30 | |
| 31 | |
| 32 | String InterpreterShowAccessEntitiesQuery::getRewrittenQuery() const |
nothing calls this directly
no test coverage detected