Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ createColumn
Method
createColumn
src/DataTypes/DataTypeDecimalBase.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
template <typename T>
67
MutableColumnPtr DataTypeDecimalBase<T>::createColumn() const
68
{
69
return ColumnType::create(0, scale);
70
}
71
72
template <typename T>
73
T DataTypeDecimalBase<T>::getScaleMultiplier(UInt32 scale_)
Callers
nothing calls this directly
Calls
1
create
Function · 0.70
Tested by
no test coverage detected