Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-13886 [R] Expand documentation for decimal()
First attempt at this. Will be followed by: * opening Jira tickets to: * deprecate `decimal()` * implement `decimal128()` and `decimal256()` * expand unit tests both for data types and `Arrays` Tickets generated: * implement `decimal128()` - https://issues.apache.org/jira/browse/ARROW-14843 * implement `decimal256()` - https://issues.apache.org/jira/browse/ARROW-14844 * improve messaging around `Decimal128Type` & `Decimal256Type` in the C++ code - https://issues.apache.org/jira/browse/ARROW-14842 Closes #11758 from dragosmg/ARROW-13886_decimal_docs Authored-by: Dragos Moldovan-Grünfeld <dragos.mold@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
- Loading branch information