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

Method UInt8

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

Source from the content-addressed store, hash-verified

58}
59
60std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt8(int64_t size, uint8_t value) {
61 return ConstantArray<UInt8Type>(size, value);
62}
63
64std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int8(int64_t size, int8_t value) {
65 return ConstantArray<Int8Type>(size, value);

Callers 6

GenRandomRecordsFunction · 0.80
TESTFunction · 0.80
GetUInt8ArrayMethod · 0.80
TEST_PFunction · 0.80
ExecuteSpacedMethod · 0.80
ExecuteSpacedBoundMethod · 0.80

Calls

no outgoing calls

Tested by 6

GenRandomRecordsFunction · 0.64
TESTFunction · 0.64
GetUInt8ArrayMethod · 0.64
TEST_PFunction · 0.64
ExecuteSpacedMethod · 0.64
ExecuteSpacedBoundMethod · 0.64