Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ make_extension_schema
Function
make_extension_schema
python/pyarrow/tests/test_cffi.py:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
88
89
def
make_extension_schema():
90
return
pa.schema([(
'ext'
, ParamExtType(3))],
91
metadata={b
'key1'
: b
'value1'
})
92
93
94
def
make_extension_storage_schema():
Callers
1
make_extension_batch
Function · 0.85
Calls
2
ParamExtType
Class · 0.70
schema
Method · 0.45
Tested by
no test coverage detected