MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / assertCompatibleHeader

Function assertCompatibleHeader

src/Core/Block.cpp:848–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846
847
848void assertCompatibleHeader(const Block & actual, const Block & desired, std::string_view context_description)
849{
850 checkBlockStructure<void>(actual, desired, context_description, true);
851}
852
853
854void getBlocksDifference(const Block & lhs, const Block & rhs, std::string & out_lhs_diff, std::string & out_rhs_diff)

Callers 6

getUpdatedHeaderFunction · 0.85
addBlockMethod · 0.85
connectFunction · 0.85
deserializeMethod · 0.85
updatePipelineMethod · 0.85
unitePipesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected