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 e3b9151 commit 0ad31b8Copy full SHA for 0ad31b8
include/ydb-cpp-sdk/client/value/value.h
@@ -224,7 +224,7 @@ class TTypeBuilder : public TMoveOnly {
224
struct TDecimalValue {
225
std::string ToString() const;
226
TDecimalValue(const Ydb::Value& decimalValueProto, const TDecimalType& decimalType);
227
- TDecimalValue(const std::string& decimalString, uint8_t precision = 22, uint8_t scale = 9);
+ TDecimalValue(const std::string& decimalString, uint8_t precision, uint8_t scale);
228
229
TDecimalType DecimalType_;
230
uint64_t Low_;
0 commit comments