Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ con
Function
con
python/pyarrow/tests/test_compute.py:1660–1661 ·
view source on GitHub ↗
(values)
Source
from the content-addressed store, hash-verified
1658
def
test_compare_array(typ):
1659
if
typ ==
"array"
:
1660
def
con(values):
1661
return
pa.array(values)
1662
else
:
1663
def
con(values):
1664
return
pa.chunked_array([values])
Callers
3
test_compare_array
Function · 0.85
test_compare_string_scalar
Function · 0.85
test_compare_scalar
Function · 0.85
Calls
2
chunked_array
Method · 0.80
array
Method · 0.45
Tested by
no test coverage detected