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

Method __arrow_c_array__

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

Source from the content-addressed store, hash-verified

506 self.array = array
507
508 def __arrow_c_array__(self, requested_schema=None):
509 return self.array.__arrow_c_array__(requested_schema)
510
511 data = pa.array([1, 2, 3], pa.int64())
512 chunked = pa.chunked_array([data])

Callers 4

__arrow_c_array__Method · 0.45
test_recordbatch_non_cpuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected