Commits


Kenta Murata authored and Antoine Pitrou committed eb8080e2a59
ARROW-7274: [C++] Add Result<T> APIs to Decimal class I tried to add `Result<T>` APIs to `Decimal` class. Closes #5954 from mrkn/ARROW-7231 and squashes the following commits: f33fbd2af <Kenta Murata> Use garrow::check 944ebb2a4 <Kenta Murata> Simplify f2d25f9a2 <Kenta Murata> Use appropriate macros 940d68508 <Kenta Murata> Use Result-returning version APIs in Arrow GLib c899215e3 <Kenta Murata> Remove ambiguity of Decimal128::FromString 89c9d5a66 <Kenta Murata> ARROW-7274: Add Result<T> APIs to Decimal class Authored-by: Kenta Murata <mrkn@mrkn.jp> Signed-off-by: Antoine Pitrou <antoine@python.org>