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

Method LargeOffsets

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

Source from the content-addressed store, hash-verified

925}
926
927std::shared_ptr<Array> RandomArrayGenerator::LargeOffsets(
928 int64_t size, int64_t first_offset, int64_t last_offset, double null_probability,
929 bool force_empty_nulls, int64_t alignment, MemoryPool* memory_pool) {
930 return GenerateOffsets<NumericArray<Int64Type>>(seed(), size, first_offset, last_offset,
931 null_probability, force_empty_nulls,
932 alignment, memory_pool);
933}
934
935std::shared_ptr<Array> RandomArrayGenerator::List(const Array& values, int64_t size,
936 double null_probability,

Callers 1

Calls 1

seedFunction · 0.85

Tested by

no test coverage detected