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

Function PythonDecimalToString

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

Source from the content-addressed store, hash-verified

37}
38
39Status PythonDecimalToString(PyObject* python_decimal, std::string* out) {
40 // Call Python's str(decimal_object)
41 return PyObject_StdStringStr(python_decimal, out);
42}
43
44// \brief Infer the precision and scale of a Python decimal.Decimal instance
45// \param python_decimal[in] An instance of decimal.Decimal

Callers 2

Calls 1

PyObject_StdStringStrFunction · 0.85

Tested by 1