We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdb222 commit 246cf31Copy full SHA for 246cf31
ydb/public/sdk/cpp/client/ydb_value/value.h
@@ -224,7 +224,7 @@ class TTypeBuilder : public TMoveOnly {
224
struct TDecimalValue {
225
TString ToString() const;
226
TDecimalValue(const Ydb::Value& decimalValueProto, const TDecimalType& decimalType);
227
- TDecimalValue(const TString& decimalString, ui8 precision = 22, ui8 scale = 9);
+ TDecimalValue(const TString& decimalString, ui8 precision, ui8 scale);
228
229
TDecimalType DecimalType_;
230
ui64 Low_;
0 commit comments