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

Method UInt64

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

Source from the content-addressed store, hash-verified

84}
85
86std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt64(int64_t size,
87 uint64_t value) {
88 return ConstantArray<UInt64Type>(size, value);
89}
90
91std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int64(int64_t size, int64_t value) {
92 return ConstantArray<Int64Type>(size, value);

Callers 5

MakeBatchArraysFunction · 0.80
GenRandomRecordsFunction · 0.80
MakeRandomArrayMethod · 0.80
TEST_PFunction · 0.80
GetValuesMethod · 0.80

Calls

no outgoing calls

Tested by 4

MakeBatchArraysFunction · 0.64
GenRandomRecordsFunction · 0.64
TEST_PFunction · 0.64
GetValuesMethod · 0.64