MCPcopy Create free account
hub / github.com/ByConity/ByConity / getAutoStatsTaskLog

Method getAutoStatsTaskLog

src/Interpreters/Context.cpp:4040–4048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4038}
4039
4040std::shared_ptr<AutoStatsTaskLog> Context::getAutoStatsTaskLog() const
4041{
4042 auto lock = getLock(); // checked
4043
4044 if (!shared->system_logs)
4045 return {};
4046
4047 return shared->system_logs->auto_stats_task_log;
4048}
4049
4050CompressionCodecPtr Context::chooseCompressionCodec(size_t part_size, double part_size_ratio) const
4051{

Callers 4

initializeMethod · 0.80
writeTaskLogFunction · 0.80
executeMethod · 0.80

Calls 1

getLockFunction · 0.85

Tested by

no test coverage detected