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

Method createColumn

src/DataTypes/DataTypeDecimalBase.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template <is_decimal T>
42MutableColumnPtr DataTypeDecimalBase<T>::createColumn() const
43{
44 return ColumnType::create(0, scale);
45}
46
47template <is_decimal T>
48T DataTypeDecimalBase<T>::getScaleMultiplier(UInt32 scale_)

Callers

nothing calls this directly

Calls 1

createFunction · 0.70

Tested by

no test coverage detected