| 307 | } |
| 308 | |
| 309 | Status MakeIntRecordBatch(std::shared_ptr<RecordBatch>* out) { |
| 310 | return MakeIntBatchSized(10, out); |
| 311 | } |
| 312 | |
| 313 | Status MakeFloat3264BatchSized(int length, std::shared_ptr<RecordBatch>* out, |
| 314 | uint32_t seed) { |
no test coverage detected