MCPcopy 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
66template <typename T>
67MutableColumnPtr DataTypeDecimalBase<T>::createColumn() const
68{
69 return ColumnType::create(0, scale);
70}
71
72template <typename T>
73T DataTypeDecimalBase<T>::getScaleMultiplier(UInt32 scale_)

Callers

nothing calls this directly

Calls 1

createFunction · 0.70

Tested by

no test coverage detected