| 487 | } |
| 488 | |
| 489 | Status MakeListViewRecordBatch(std::shared_ptr<RecordBatch>* out) { |
| 490 | return MakeListViewRecordBatchSized(200, out); |
| 491 | } |
| 492 | |
| 493 | Status MakeFixedSizeListRecordBatch(std::shared_ptr<RecordBatch>* out) { |
| 494 | // Make the schema |
no test coverage detected