MCPcopy Create free account
hub / github.com/ByConity/ByConity / toString

Method toString

src/QueryPlan/TableWriteStep.cpp:312–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312String TableWriteStep::InsertTarget::toString(const String & remove_tenant_id) const
313{
314 auto tmp_id = storage_id;
315 tmp_id.database_name = getOriginalDatabaseName(tmp_id.database_name, remove_tenant_id);
316 return "Insert " + tmp_id.getNameForLogs();
317}
318
319NameToNameMap TableWriteStep::InsertTarget::getTableColumnToInputColumnMap(const Names & input_columns) const
320{

Callers 15

printDetailMethod · 0.45
setStepDetailMethod · 0.45
jsonMetaDataMethod · 0.45
selectRangesToReadMethod · 0.45
describeActionsMethod · 0.45
printNodeMethod · 0.45
printExchangeStepMethod · 0.45
printTableWriteStepMethod · 0.45
printTableFinishStepMethod · 0.45
printOutfileWriteStepMethod · 0.45
printWindowStepMethod · 0.45
printFillingStepMethod · 0.45

Calls 2

getOriginalDatabaseNameFunction · 0.85
getNameForLogsMethod · 0.45

Tested by

no test coverage detected