Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ flatten
Function
flatten
src/DataTypes/NestedUtils.cpp:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
Block flatten(const Block & block)
272
{
273
return flattenImpl(block, true);
274
}
275
276
277
Block flattenNested(const Block & block)
Callers
2
getCheckpointIfExists
Method · 0.85
extractColumn
Method · 0.85
Calls
1
flattenImpl
Function · 0.85
Tested by
no test coverage detected