MCPcopy 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
271Block flatten(const Block & block)
272{
273 return flattenImpl(block, true);
274}
275
276
277Block flattenNested(const Block & block)

Callers 2

getCheckpointIfExistsMethod · 0.85
extractColumnMethod · 0.85

Calls 1

flattenImplFunction · 0.85

Tested by

no test coverage detected