MCPcopy 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
89def make_extension_schema():
90 return pa.schema([('ext', ParamExtType(3))],
91 metadata={b'key1': b'value1'})
92
93
94def make_extension_storage_schema():

Callers 1

make_extension_batchFunction · 0.85

Calls 2

ParamExtTypeClass · 0.70
schemaMethod · 0.45

Tested by

no test coverage detected