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

Method Generate

cpp/src/arrow/compute/kernels/test_util_internal.h:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212 public:
213 std::shared_ptr<Array> Generate(uint64_t count, double null_prob) {
214 return generator_.ArrayOf(type_, count, null_prob);
215 }
216
217 std::shared_ptr<Int32Array> Offsets(int32_t length, int32_t slice_count) {
218 return arrow::internal::checked_pointer_cast<Int32Array>(

Callers 6

TYPED_TESTFunction · 0.45
GenerateArrayMethod · 0.45
TYPED_TESTFunction · 0.45
GenerateArrayMethod · 0.45
GenerateArrayMethod · 0.45
row_test.ccFile · 0.45

Calls 1

ArrayOfMethod · 0.45

Tested by

no test coverage detected