MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getLogger

Function getLogger

src/Core/SortDescription.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 13

executeMethod · 0.70
handlePartMethod · 0.70
YTsaurusClientMethod · 0.50
~YTsaurusTableLockMethod · 0.50
PoolWithFailoverMethod · 0.50
ConnectionMethod · 0.50
updateConnectionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected