Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
def
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
119
def
simple_dicts_table():
Callers
6
test_flight_do_get_ints
Function · 0.85
test_do_get_ints_pandas
Function · 0.85
test_flight_domain_socket
Function · 0.85
test_tls_do_get
Function · 0.85
test_tls_disable_server_verification
Function · 0.85
test_mtls
Function · 0.85
Calls
1
array
Method · 0.45
Tested by
no test coverage detected