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

Function multiple_column_table

python/pyarrow/tests/test_flight.py:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131
132def multiple_column_table():
133 return pa.Table.from_arrays([pa.array(['foo', 'bar', 'baz', 'qux']),
134 pa.array([1, 2, 3, 4])],
135 names=['a', 'b'])
136
137
138class ConstantFlightServer(FlightServerBase):

Callers 1

test_read_optionsFunction · 0.85

Calls 1

arrayMethod · 0.45

Tested by

no test coverage detected