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

Method UInt32

cpp/src/arrow/testing/generator.cc:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt32(int64_t size,
78 uint32_t value) {
79 return ConstantArray<UInt32Type>(size, value);
80}
81
82std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int32(int64_t size, int32_t value) {
83 return ConstantArray<Int32Type>(size, value);

Callers 2

GenRandomRecordsFunction · 0.80
CheckIndexBoundsUInt32Function · 0.80

Calls

no outgoing calls

Tested by 1

GenRandomRecordsFunction · 0.64