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

Method __arrow_c_array__

python/pyarrow/tests/test_table.py:548–549  ·  view source on GitHub ↗
(self, requested_schema=None)

Source from the content-addressed store, hash-verified

546 self.batch = batch
547
548 def __arrow_c_array__(self, requested_schema=None):
549 return self.batch.__arrow_c_array__(requested_schema)
550
551
552class BatchDeviceWrapper:

Callers

nothing calls this directly

Calls 1

__arrow_c_array__Method · 0.45

Tested by

no test coverage detected