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

Method Int64

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

Source from the content-addressed store, hash-verified

89}
90
91std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int64(int64_t size, int64_t value) {
92 return ConstantArray<Int64Type>(size, value);
93}
94
95std::shared_ptr<arrow::Array> ConstantArrayGenerator::Float16(int64_t size,
96 uint16_t value) {

Callers 15

TEST_FFunction · 0.45
GenerateTestArrayFunction · 0.45
WriteDataValuesMethod · 0.45
WriteIntegerFieldMethod · 0.45
WriteBinaryViewFieldMethod · 0.45
VisitMethod · 0.45
VisitMethod · 0.45
ReferenceSumFunction · 0.45

Calls

no outgoing calls

Tested by 8

TEST_FFunction · 0.36
VisitMethod · 0.36
TESTFunction · 0.36
VisitMethod · 0.36
TEST_FFunction · 0.36
MakeRandomInt64ArrayFunction · 0.36