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

Method Int16

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

Source from the content-addressed store, hash-verified

71}
72
73std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int16(int64_t size, int16_t value) {
74 return ConstantArray<Int16Type>(size, value);
75}
76
77std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt32(int64_t size,
78 uint32_t value) {

Callers 4

TESTFunction · 0.80
TESTFunction · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64