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

Method write

src/Client/ReplxxLineReader.cpp:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 void write(const std::string & data)
182 {
183 if (fd == -1)
184 throw std::runtime_error(fmt::format("Cannot write to uninitialized file {}", path));
185
186 writeRetry(fd, data);
187 }
188
189 void unlink()
190 {

Callers 9

openEditorMethod · 0.45
getTablesStatusMethod · 0.45
sendQueryMethod · 0.45
sendQueryPlanMethod · 0.45
sendDataMethod · 0.45
nextImplMethod · 0.45
onDataMethod · 0.45
initTTYBufferMethod · 0.45
httpPutMethod · 0.45

Calls 2

writeRetryFunction · 0.70
formatFunction · 0.50

Tested by

no test coverage detected