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

Method PandasWriter

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

Source from the content-addressed store, hash-verified

374 };
375
376 PandasWriter(const PandasOptions& options, int64_t num_rows, int num_columns)
377 : options_(options), num_rows_(num_rows), num_columns_(num_columns) {
378 PyAcquireGIL lock;
379 internal::InitPandasStaticData();
380 }
381 virtual ~PandasWriter() {}
382
383 void SetBlockData(PyObject* arr) {

Callers

nothing calls this directly

Calls 1

InitPandasStaticDataFunction · 0.85

Tested by

no test coverage detected