| 327 | } |
| 328 | |
| 329 | Status MakeFloat3264Batch(std::shared_ptr<RecordBatch>* out) { |
| 330 | return MakeFloat3264BatchSized(10, out); |
| 331 | } |
| 332 | |
| 333 | Status MakeFloatBatchSized(int length, std::shared_ptr<RecordBatch>* out, uint32_t seed) { |
| 334 | // Make the schema |
no test coverage detected