MCPcopy Create free account
hub / github.com/ByConity/ByConity / materializeBlockInplace

Function materializeBlockInplace

src/DataStreams/materializeBlock.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void materializeBlockInplace(Block & block)
51{
52 for (size_t i = 0; i < block.columns(); ++i)
53 block.getByPosition(i).column = block.getByPosition(i).column->convertToFullColumnIfConst();
54}
55
56void substituteBlock(Block & block, const std::unordered_map<String, String> & name_substitution_info)
57{

Callers 5

joinBlockMethod · 0.85
joinBlockImplMethod · 0.85
joinBlockMethod · 0.85
executeImplMethod · 0.85

Calls 2

columnsMethod · 0.80

Tested by

no test coverage detected