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

Method clearTableOutput

src/Client/ProgressTable.cpp:356–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void ProgressTable::clearTableOutput(WriteBufferFromFileDescriptor & message, std::unique_lock<std::mutex> &)
357{
358 message << "\r" << CLEAR_TO_END_OF_SCREEN << SHOW_CURSOR;
359 message.next();
360}
361
362void ProgressTable::resetTable()
363{

Callers 7

onLogDataMethod · 0.80
initOutputFormatMethod · 0.80
onEndOfStreamMethod · 0.80
onProfileEventsMethod · 0.80
resetOutputMethod · 0.80
cancelQueryMethod · 0.80

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected