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

Method LargeString

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

Source from the content-addressed store, hash-verified

526}
527
528std::shared_ptr<Array> RandomArrayGenerator::LargeString(int64_t size, int32_t min_length,
529 int32_t max_length,
530 double null_probability,
531 int64_t alignment,
532 MemoryPool* memory_pool) {
533 return GenerateBinaryArray<LargeStringType>(
534 this, size, min_length, max_length, null_probability, /*max_data_buffer_length=*/{},
535 alignment, memory_pool);
536}
537
538std::shared_ptr<Array> RandomArrayGenerator::BinaryWithRepeats(
539 int64_t size, int64_t unique, int32_t min_length, int32_t max_length,

Callers 4

GenRandomRecordsFunction · 0.80
LargeStringArrayMethod · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 3

GenRandomRecordsFunction · 0.64
LargeStringArrayMethod · 0.64
TEST_PFunction · 0.64