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

Method createColumn

src/DataTypes/DataTypeMap.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121// }
122
123MutableColumnPtr DataTypeMap::createColumn() const
124{
125 return ColumnMap::create(nested->createColumn());
126}
127
128Field DataTypeMap::getDefault() const
129{

Callers 15

ColumnGathererStreamMethod · 0.45
readImplMethod · 0.45
addDefaultTotalsMethod · 0.45
transformHeaderMethod · 0.45
transformMethod · 0.45
transformMethod · 0.45
TotalsHavingTransformMethod · 0.45
appendChunkMethod · 0.45
createNullSingleRowMethod · 0.45
transformHeaderMethod · 0.45

Calls 1

createFunction · 0.70

Tested by 7

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36
constructInfoBlockFunction · 0.36
TESTFunction · 0.36
executeImplMethod · 0.36