| 459 | } |
| 460 | |
| 461 | Status MakeListRecordBatch(std::shared_ptr<RecordBatch>* out) { |
| 462 | return MakeListRecordBatchSized(200, out); |
| 463 | } |
| 464 | |
| 465 | Status MakeListViewRecordBatchSized(const int length, std::shared_ptr<RecordBatch>* out) { |
| 466 | // Make the schema |
no test coverage detected