Commit 068a7e4
authored
Add
# Which issue does this PR close?
- Closes #5163
# Rationale for this change
I've implemented this function at least twice in other codebases, and
`arrow-rs` now has 4 variants.
# What changes are included in this PR?
New public function to test if a `DataType` is any decimal variant.
# Are these changes tested?
Yes
# Are there any user-facing changes?
New function including docs.DataType::is_decimal (#9100)1 parent b1dfb69 commit 068a7e4
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
594 | 604 | | |
595 | 605 | | |
596 | 606 | | |
| |||
1168 | 1178 | | |
1169 | 1179 | | |
1170 | 1180 | | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
1171 | 1190 | | |
1172 | 1191 | | |
1173 | 1192 | | |
| |||
0 commit comments