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

Class TableStreamWrapper

python/pyarrow/tests/test_dataset.py:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69class TableStreamWrapper:
70 def __init__(self, table):
71 self.table = table
72
73 def __arrow_c_stream__(self, requested_schema=None):
74 return self.table.__arrow_c_stream__(requested_schema)
75
76
77def _generate_data(n):

Callers 2

test_scan_iteratorFunction · 0.85
test_write_iterableFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_scan_iteratorFunction · 0.68
test_write_iterableFunction · 0.68