| 4355 | } |
| 4356 | |
| 4357 | BlockOutputStreamPtr Context::getOutputStreamParallelIfPossible(const String & name, WriteBuffer & buf, const Block & sample) const |
| 4358 | { |
| 4359 | return FormatFactory::instance().getOutputStreamParallelIfPossible(name, buf, sample, shared_from_this()); |
| 4360 | } |
| 4361 | |
| 4362 | BlockOutputStreamPtr Context::getOutputStream(const String & name, WriteBuffer & buf, const Block & sample) const |
| 4363 | { |
no outgoing calls
no test coverage detected