MCPcopy Create free account
hub / github.com/apache/arrow / MakeRandomLargeListArray

Function MakeRandomLargeListArray

cpp/src/arrow/ipc/test_common.cc:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242Status 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
248Status MakeRandomBooleanArray(const int length, bool include_nulls,
249 std::shared_ptr<Array>* out) {

Callers 1

MakeListRecordBatchSizedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected