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

Method getQueryExchangeLog

src/Interpreters/Context.cpp:3821–3829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3819
3820
3821std::shared_ptr<QueryExchangeLog> Context::getQueryExchangeLog() const
3822{
3823 auto lock = getLock(); // checked
3824
3825 if (!shared->system_logs)
3826 return {};
3827
3828 return shared->system_logs->query_exchange_log;
3829}
3830
3831
3832std::shared_ptr<PartLog> Context::getPartLog(const String & part_database) const

Callers 5

~DiskPartitionWriterMethod · 0.80
initializePipelineMethod · 0.80
executeMethod · 0.80

Calls 1

getLockFunction · 0.85

Tested by

no test coverage detected