MCPcopy 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
277Block flattenNested(const Block & block)
278{
279 return flattenImpl(block, false);
280}
281
282const DataTypeTuple * tryGetFlattenableTuple(const DataTypePtr & type)
283{

Callers 2

GenerateSourceMethod · 0.85
generateMethod · 0.85

Calls 1

flattenImplFunction · 0.85

Tested by

no test coverage detected