| 181 | } |
| 182 | |
| 183 | static LoggerPtr getLogger() |
| 184 | { |
| 185 | return ::getLogger("SortDescription"); |
| 186 | } |
| 187 | |
| 188 | void compileSortDescriptionIfNeeded(SortDescription & description, const DataTypes & sort_description_types, bool increase_compile_attempts) |
| 189 | { |
no outgoing calls
no test coverage detected