MCPcopy 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

1658def 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_arrayFunction · 0.85
test_compare_scalarFunction · 0.85

Calls 2

chunked_arrayMethod · 0.80
arrayMethod · 0.45

Tested by

no test coverage detected