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

Function datasource1_schema

python/pyarrow/tests/test_udf.py:718–719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

716
717
718def datasource1_schema():
719 return pa.schema([('', pa.int32()), ('', pa.int32())])
720
721
722def datasource1_args(func, func_name):

Callers 4

datasource1_directFunction · 0.85
datasource1_generatorFunction · 0.85
datasource1_exceptionFunction · 0.85
_test_datasource1_udtFunction · 0.85

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected