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

Method ListView

cpp/src/arrow/testing/random.cc:946–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944}
945
946std::shared_ptr<Array> RandomArrayGenerator::ListView(const Array& values, int64_t length,
947 double null_probability,
948 bool force_empty_nulls,
949 double coverage, int64_t alignment,
950 MemoryPool* memory_pool) {
951 return *RandomListView<ListViewArray>(*this, values, length, null_probability,
952 force_empty_nulls, coverage, alignment,
953 memory_pool);
954}
955
956std::shared_ptr<Array> RandomArrayGenerator::LargeListView(
957 const Array& values, int64_t length, double null_probability, bool force_empty_nulls,

Callers 2

MakeRandomListViewArrayFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

MakeRandomListViewArrayFunction · 0.64
TESTFunction · 0.64