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

Method insertDefaultInto

src/DataTypes/IDataType.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void IDataType::insertDefaultInto(IColumn & column) const
307{
308 column.insertDefault();
309}
310
311void IDataType::insertManyDefaultsInto(IColumn & column, size_t n) const
312{

Callers 15

TotalsHavingTransformMethod · 0.45
readRowMethod · 0.45
readRowMethod · 0.45
readRowMethod · 0.45
readRowMethod · 0.45
readRowMethod · 0.45
parseExpressionMethod · 0.45
insertResultIntoMethod · 0.45
insertResultIntoMethod · 0.45
fillColumnFromRowRefsFunction · 0.45

Calls 1

insertDefaultMethod · 0.45

Tested by 2

insertResultIntoMethod · 0.36
formatFunctionCallMethod · 0.36