| 6957 | } |
| 6958 | |
| 6959 | OutputFormatPtr Context::getOutputFormat(const String & name, WriteBuffer & buf, const Block & sample, const std::optional<FormatSettings> & format_settings) const |
| 6960 | { |
| 6961 | return FormatFactory::instance().getOutputFormat(name, buf, sample, shared_from_this(), format_settings); |
| 6962 | } |
| 6963 | |
| 6964 | OutputFormatPtr Context::getOutputFormatParallelIfPossible(const String & name, WriteBuffer & buf, const Block & sample, const std::optional<FormatSettings> & format_settings) const |
| 6965 | { |
no outgoing calls