| 240 | } |
| 241 | |
| 242 | Status MakeRandomLargeListArray(const std::shared_ptr<Array>& child_array, int num_lists, |
| 243 | bool include_nulls, MemoryPool* pool, |
| 244 | std::shared_ptr<Array>* out) { |
| 245 | return MakeListArray<LargeListType>(child_array, num_lists, include_nulls, pool, out); |
| 246 | } |
| 247 | |
| 248 | Status MakeRandomBooleanArray(const int length, bool include_nulls, |
| 249 | std::shared_ptr<Array>* out) { |
no outgoing calls
no test coverage detected