| 6962 | } |
| 6963 | |
| 6964 | OutputFormatPtr Context::getOutputFormatParallelIfPossible(const String & name, WriteBuffer & buf, const Block & sample, const std::optional<FormatSettings> & format_settings) const |
| 6965 | { |
| 6966 | return FormatFactory::instance().getOutputFormatParallelIfPossible(name, buf, sample, shared_from_this(), format_settings); |
| 6967 | } |
| 6968 | |
| 6969 | |
| 6970 | double Context::getUptimeSeconds() const |
no outgoing calls
no test coverage detected