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

Function extractTableName

src/DataTypes/NestedUtils.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121std::string extractTableName(const std::string & nested_name)
122{
123 auto split = splitName(nested_name);
124 return split.first;
125}
126
127
128ColumnWithTypeAndName unwrapNullableTuple(const ColumnWithTypeAndName & column)

Callers 15

validateMethod · 0.85
cannotBeMovedMethod · 0.85
checkMethod · 0.85
findColumnForOffsetsMethod · 0.85
loadColumnsSubstreamsMethod · 0.85
orcColumnsToCHChunkMethod · 0.85
arrowColumnsToCHChunkMethod · 0.85
defineColumnsFunction · 0.85
getAllTableNamesFunction · 0.85
getFileNameForStreamMethod · 0.85

Calls 1

splitNameFunction · 0.70

Tested by

no test coverage detected