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

Function MakeRandomListArray

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

Source from the content-addressed store, hash-verified

234} // namespace
235
236Status MakeRandomListArray(const std::shared_ptr<Array>& child_array, int num_lists,
237 bool include_nulls, MemoryPool* pool,
238 std::shared_ptr<Array>* out) {
239 return MakeListArray<ListType>(child_array, num_lists, include_nulls, pool, out);
240}
241
242Status MakeRandomLargeListArray(const std::shared_ptr<Array>& child_array, int num_lists,
243 bool include_nulls, MemoryPool* pool,

Callers 8

MakeRandomMapArrayFunction · 0.85
MakeListRecordBatchSizedFunction · 0.85
MakeNonNullRecordBatchFunction · 0.85
MakeDeeplyNestedListFunction · 0.85
TEST_FFunction · 0.85
WriteToMmapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected