Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
template <is_decimal T>
42
MutableColumnPtr DataTypeDecimalBase<T>::createColumn() const
43
{
44
return ColumnType::create(0, scale);
45
}
46
47
template <is_decimal T>
48
T DataTypeDecimalBase<T>::getScaleMultiplier(UInt32 scale_)
Callers
nothing calls this directly
Calls
1
create
Function · 0.70
Tested by
no test coverage detected