| 129 | } |
| 130 | |
| 131 | std::shared_ptr<Array> ArrayOf(std::shared_ptr<DataType> type, int64_t size, |
| 132 | double null_probability) { |
| 133 | return rag_.ArrayOf(std::move(type), size, null_probability); |
| 134 | } |
| 135 | |
| 136 | // TODO(GH-38656): Use the random array generators from testing/random.h here |
| 137 |
no outgoing calls
no test coverage detected