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

Method Int8

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

Source from the content-addressed store, hash-verified

62}
63
64std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int8(int64_t size, int8_t value) {
65 return ConstantArray<Int8Type>(size, value);
66}
67
68std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt16(int64_t size,
69 uint16_t value) {

Callers 5

MakeBatchArraysFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

MakeBatchArraysFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64