(source)
| 1145 | |
| 1146 | |
| 1147 | def read_file(source): |
| 1148 | with pa.ipc.open_file(source) as reader: |
| 1149 | return [reader.get_batch(i) for i in range(reader.num_record_batches)] |
| 1150 | |
| 1151 | |
| 1152 | def test_write_empty_ipc_file(): |
no outgoing calls
no test coverage detected