| 3068 | |
| 3069 | |
| 3070 | void InterpreterSelectQuery::initSettings() |
| 3071 | { |
| 3072 | auto & query = getSelectQuery(); |
| 3073 | if (query.settings()) |
| 3074 | InterpreterSetQuery(query.settings(), context).executeForCurrentContext(); |
| 3075 | } |
| 3076 | |
| 3077 | } |
nothing calls this directly
no test coverage detected