| 171 | } |
| 172 | |
| 173 | void DDLTaskBase::formatRewrittenQuery(ContextPtr context) |
| 174 | { |
| 175 | /// Convert rewritten AST back to string. |
| 176 | query_str = queryToString(*query); |
| 177 | query_for_logging = query->formatForLogging(context->getSettingsRef().log_queries_cut_to_length); |
| 178 | } |
| 179 | |
| 180 | ContextMutablePtr DDLTaskBase::makeQueryContext(ContextPtr from_context, const ZooKeeperPtr & /*zookeeper*/) |
| 181 | { |
no test coverage detected