Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
718
def
datasource1_schema():
719
return
pa.schema([(
''
, pa.int32()), (
''
, pa.int32())])
720
721
722
def
datasource1_args(func, func_name):
Callers
4
datasource1_direct
Function · 0.85
datasource1_generator
Function · 0.85
datasource1_exception
Function · 0.85
_test_datasource1_udt
Function · 0.85
Calls
1
schema
Method · 0.45
Tested by
no test coverage detected