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

Function datasource1_args

python/pyarrow/tests/test_udf.py:722–727  ·  view source on GitHub ↗
(func, func_name)

Source from the content-addressed store, hash-verified

720
721
722def datasource1_args(func, func_name):
723 func_doc = {"summary": f"{func_name} UDT",
724 "description": "test {func_name} UDT"}
725 in_types = {}
726 out_type = pa.struct([("", pa.int32()), ("", pa.int32())])
727 return func, func_name, func_doc, in_types, out_type
728
729
730def _test_datasource1_udt(func_maker):

Callers 1

_test_datasource1_udtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected