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

Function make_schema

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

Source from the content-addressed store, hash-verified

82
83
84def make_schema():
85 return pa.schema([('ints', pa.list_(pa.int32()))],
86 metadata={b'key1': b'value1'})
87
88
89def make_extension_schema():

Callers 5

make_batchFunction · 0.70
make_batchesFunction · 0.70

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected