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

Method Int32

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

Source from the content-addressed store, hash-verified

80}
81
82std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int32(int64_t size, int32_t value) {
83 return ConstantArray<Int32Type>(size, value);
84}
85
86std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt64(int64_t size,
87 uint64_t value) {

Callers 15

TEST_FFunction · 0.80
ArrayRangeEqualsInt32Function · 0.80
ArrayRangeEqualsStructFunction · 0.80
MakeBatchArraysFunction · 0.80
TEST_FFunction · 0.80
MakeRandomInt32ArrayFunction · 0.80
TEST_FFunction · 0.80
CheckIndexBoundsInt32Function · 0.80
MakeIntTestBatchFunction · 0.80

Calls

no outgoing calls

Tested by 8

TEST_FFunction · 0.64
MakeBatchArraysFunction · 0.64
TEST_FFunction · 0.64
MakeRandomInt32ArrayFunction · 0.64
TEST_FFunction · 0.64
GetInt32ArrayMethod · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64