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

Function extractTableName

src/DataTypes/NestedUtils.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56std::string extractTableName(const std::string & nested_name)
57{
58 auto split = splitName(nested_name);
59 return split.first;
60}
61
62
63Block flatten(const Block & block)

Callers 15

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

Calls 1

splitNameFunction · 0.85

Tested by

no test coverage detected