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

Function simple_ints_table

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

Source from the content-addressed store, hash-verified

110
111
112def simple_ints_table():
113 data = [
114 pa.array([-10, -5, 0, 5, 10])
115 ]
116 return pa.Table.from_arrays(data, names=['some_ints'])
117
118
119def simple_dicts_table():

Callers 6

test_flight_do_get_intsFunction · 0.85
test_do_get_ints_pandasFunction · 0.85
test_tls_do_getFunction · 0.85
test_mtlsFunction · 0.85

Calls 1

arrayMethod · 0.45

Tested by

no test coverage detected