| 276 | } |
| 277 | |
| 278 | Status MakeBooleanBatch(std::shared_ptr<RecordBatch>* out) { |
| 279 | return MakeBooleanBatchSized(1000, out); |
| 280 | } |
| 281 | |
| 282 | Status MakeIntBatchSized(int length, std::shared_ptr<RecordBatch>* out, uint32_t seed) { |
| 283 | // Make the schema |
no test coverage detected