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

Method createColumnConstWithDefaultValue

src/DataTypes/IDataType.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106ColumnPtr IDataType::createColumnConstWithDefaultValue(size_t size) const
107{
108 return createColumnConst(size, getDefault());
109}
110
111DataTypePtr IDataType::promoteNumericType() const
112{

Callers 15

prepareReaderMethod · 0.80
readFromPartImplMethod · 0.80
getBlockWithConstantsMethod · 0.80
generateMethod · 0.80
readFromPartImplMethod · 0.80
initMethod · 0.80
joinTotalsFunction · 0.80
fillMissingColumnsFunction · 0.80
addMissingDefaultsFunction · 0.80
executeImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected