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

Method Decimal64

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

Source from the content-addressed store, hash-verified

446}
447
448std::shared_ptr<Array> RandomArrayGenerator::Decimal64(std::shared_ptr<DataType> type,
449 int64_t size,
450 double null_probability,
451 int64_t alignment,
452 MemoryPool* memory_pool) {
453 SmallDecimalGenerator<Decimal64Type> gen{type, this};
454 return gen.MakeRandomArray(size, null_probability, alignment, memory_pool);
455}
456
457std::shared_ptr<Array> RandomArrayGenerator::Decimal128(std::shared_ptr<DataType> type,
458 int64_t size,

Callers

nothing calls this directly

Calls 1

MakeRandomArrayMethod · 0.45

Tested by

no test coverage detected