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

Function append

src/Processors/Formats/Impl/DWARFBlockInputFormat.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137template <typename C>
138static void append(C & col, llvm::StringRef s)
139{
140 col->insertData(s.data(), s.size());
141}
142
143DWARFBlockInputFormat::DWARFBlockInputFormat(ReadBuffer & in_, SharedHeader header_, const FormatSettings & format_settings_, size_t num_threads_)
144 : IInputFormat(std::move(header_), &in_), format_settings(format_settings_), num_threads(num_threads_)

Callers 4

DWARFBlockInputFormatMethod · 0.70
parseEntriesMethod · 0.70
parseFilenameTableMethod · 0.70
appendMethod · 0.50

Calls 3

insertDataMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected