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

Function ConvertArrayToPandas

python/pyarrow/src/arrow/python/arrow_to_pandas.cc:2558–2562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2556} // namespace
2557
2558Status ConvertArrayToPandas(const PandasOptions& options, std::shared_ptr<Array> arr,
2559 PyObject* py_ref, PyObject** out) {
2560 return ConvertChunkedArrayToPandas(
2561 options, std::make_shared<ChunkedArray>(std::move(arr)), py_ref, out);
2562}
2563
2564Status ConvertChunkedArrayToPandas(const PandasOptions& options,
2565 std::shared_ptr<ChunkedArray> arr, PyObject* py_ref,

Callers 2

ConvertStructFunction · 0.85
TransferSingleMethod · 0.85

Calls 1

Tested by

no test coverage detected