Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
def
make_schema():
85
return
pa.schema([(
'ints'
, pa.list_(pa.int32()))],
86
metadata={b
'key1'
: b
'value1'
})
87
88
89
def
make_extension_schema():
Callers
5
make_batch
Function · 0.70
make_batches
Function · 0.70
test_export_import_schema_float_pointer
Function · 0.70
check_export_import_batch
Function · 0.70
test_export_import_exception_reader
Function · 0.70
Calls
1
schema
Method · 0.45
Tested by
no test coverage detected