| 146 | } |
| 147 | |
| 148 | std::shared_ptr<Schema> ExampleDictSchema() { |
| 149 | std::shared_ptr<RecordBatch> batch; |
| 150 | ABORT_NOT_OK(ipc::test::MakeDictionary(&batch)); |
| 151 | return batch->schema(); |
| 152 | } |
| 153 | |
| 154 | std::shared_ptr<Schema> ExampleLargeSchema() { |
| 155 | std::vector<std::shared_ptr<arrow::Field>> fields; |
no test coverage detected