MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getOutputFormatParallelIfPossible

Method getOutputFormatParallelIfPossible

src/Interpreters/Context.cpp:6964–6967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6962}
6963
6964OutputFormatPtr 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
6970double Context::getUptimeSeconds() const

Callers 11

dumpSessionsFunction · 0.45
dumpNodesFunction · 0.45
deserializeChangelogFunction · 0.45
initializeMethod · 0.45
startNewFileMethod · 0.45
loadIdsMethod · 0.45
loadKeysMethod · 0.45
initOutputFormatMethod · 0.45
executeQueryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected