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

Function make_extension_storage_schema

python/pyarrow/tests/test_cffi.py:94–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93
94def make_extension_storage_schema():
95 # Should be kept in sync with make_extension_schema
96 return pa.schema([('ext', ParamExtType(3).storage_type)],
97 metadata={b'key1': b'value1'})
98
99
100def make_batch():

Callers

nothing calls this directly

Calls 2

ParamExtTypeClass · 0.70
schemaMethod · 0.45

Tested by

no test coverage detected