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

Function con

python/pyarrow/tests/test_compute.py:1806–1807  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

1804def test_compare_array(typ):
1805 if typ == "array":
1806 def con(values):
1807 return pa.array(values)
1808 else:
1809 def con(values):
1810 return pa.chunked_array([values])

Callers 3

test_compare_arrayFunction · 0.85
test_compare_scalarFunction · 0.85

Calls 2

chunked_arrayMethod · 0.80
arrayMethod · 0.45

Tested by

no test coverage detected