()
| 92 | |
| 93 | |
| 94 | def 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 | |
| 100 | def make_batch(): |
nothing calls this directly
no test coverage detected