Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ flattenNested
Function
flattenNested
src/DataTypes/NestedUtils.cpp:277–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
276
277
Block flattenNested(const Block & block)
278
{
279
return flattenImpl(block, false);
280
}
281
282
const DataTypeTuple * tryGetFlattenableTuple(const DataTypePtr & type)
283
{
Callers
2
GenerateSource
Method · 0.85
generate
Method · 0.85
Calls
1
flattenImpl
Function · 0.85
Tested by
no test coverage detected