Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
std::string extractTableName(const std::string & nested_name)
57
{
58
auto split = splitName(nested_name);
59
return split.first;
60
}
61
62
63
Block flatten(const Block & block)
Callers
15
validate
Method · 0.85
cannotBeMoved
Method · 0.85
findColumnForOffsets
Method · 0.85
injectRequiredColumns
Function · 0.85
findColumnForOffsets
Method · 0.85
orcColumnsToCHChunk
Method · 0.85
arrowColumnsToCHChunk
Method · 0.85
defineColumns
Function · 0.85
check
Method · 0.85
getAllNestedColumnsForTable
Function · 0.85
getAllTableNames
Function · 0.85
getFileNameForStream
Method · 0.85
Calls
1
splitName
Function · 0.85
Tested by
no test coverage detected