Skip to content

Conversation

@popov-aa
Copy link
Contributor

@popov-aa popov-aa commented Aug 1, 2025

No description provided.

std::string ToString() const;
TDecimalValue(const Ydb::Value& decimalValueProto, const TDecimalType& decimalType);
TDecimalValue(const std::string& decimalString, uint8_t precision, uint8_t scale);
TDecimalValue(uint64_t low, int64_t hi, uint8_t precision, uint8_t scale);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А зачем такой конструктор хочется иметь? Вроде все поля публичные, должна работать uniform иницализация

@popov-aa popov-aa closed this Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants