| 71 | |
| 72 | |
| 73 | BlockIO executeDDLQueryOnCluster(const ASTPtr & query_ptr_, ContextPtr context) |
| 74 | { |
| 75 | return executeDDLQueryOnCluster(query_ptr_, context, {}); |
| 76 | } |
| 77 | |
| 78 | BlockIO executeDDLQueryOnCluster(const ASTPtr & query_ptr, ContextPtr context, const AccessRightsElements & query_requires_access) |
| 79 | { |
no test coverage detected