MCPcopy Create free account
hub / github.com/apache/arrow / DecimalFromPyObject

Function DecimalFromPyObject

python/pyarrow/src/arrow/python/decimal.cc:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ConvertMethod · 0.85

Calls 1