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

Method UInt16

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

Source from the content-addressed store, hash-verified

66}
67
68std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt16(int64_t size,
69 uint16_t value) {
70 return ConstantArray<UInt16Type>(size, value);
71}
72
73std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int16(int64_t size, int16_t value) {
74 return ConstantArray<Int16Type>(size, value);

Callers 1

GenRandomRecordsFunction · 0.80

Calls

no outgoing calls

Tested by 1

GenRandomRecordsFunction · 0.64