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

Method getOutputStreamParallelIfPossible

src/Interpreters/Context.cpp:4357–4360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4355}
4356
4357BlockOutputStreamPtr 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
4362BlockOutputStreamPtr Context::getOutputStream(const String & name, WriteBuffer & buf, const Block & sample) const
4363{

Callers 10

handleRequestMethod · 0.45
HDFSBlockOutputStreamMethod · 0.45
loadIdsMethod · 0.45
loadKeysMethod · 0.45
tryOutfileFunction · 0.45
executeQueryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected