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

Method getOutputFormat

src/Interpreters/Context.cpp:6959–6962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6957}
6958
6959OutputFormatPtr 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
6964OutputFormatPtr Context::getOutputFormatParallelIfPossible(const String & name, WriteBuffer & buf, const Block & sample, const std::optional<FormatSettings> & format_settings) const
6965{

Callers 15

dumpSessionsFunction · 0.45
dumpNodesFunction · 0.45
deserializeChangelogFunction · 0.45
writeBlockDataMethod · 0.45
consumeMethod · 0.45
onStartMethod · 0.45
initBuffersMethod · 0.45
readDataFunction · 0.45
writeDataFilesFunction · 0.45
writeDataFilesFunction · 0.45
generateOutputMethod · 0.45
addTotalsToResultMethod · 0.45

Calls

no outgoing calls

Tested by 1

readDataFunction · 0.36