| 171 | } |
| 172 | |
| 173 | Status DecimalFromPyObject(PyObject* obj, const DecimalType& arrow_type, Decimal32* out) { |
| 174 | return InternalDecimalFromPyObject(obj, arrow_type, out); |
| 175 | } |
| 176 | |
| 177 | Status DecimalFromPythonDecimal(PyObject* python_decimal, const DecimalType& arrow_type, |
| 178 | Decimal64* out) { |