Commits


Dragos Moldovan-Grünfeld authored and Jonathan Keane committed 310fca93d7b
ARROW-14843 [R] Implement `decimal128()` (to replace `decimal()`) This PR looks to swap `decimal()` for `decimal128()` in preparation for adding `decimal256()`. At present both `decimal()` and `decimal128()` work, but we might decide to deprecate `decimal()` at some point in the future. Closes #11790 from dragosmg/ARROW-14843_decimal128 Lead-authored-by: Dragos Moldovan-Grünfeld <dragos.mold@gmail.com> Co-authored-by: Dragoș Moldovan-Grünfeld <dragos.mold@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>