| 348 | } |
| 349 | |
| 350 | Status MakeFloatBatch(std::shared_ptr<RecordBatch>* out) { |
| 351 | return MakeFloatBatchSized(10, out); |
| 352 | } |
| 353 | |
| 354 | Status MakeRandomStringArray(int64_t length, bool include_nulls, MemoryPool* pool, |
| 355 | std::shared_ptr<Array>* out) { |
nothing calls this directly
no test coverage detected