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

Method ArrayOf

cpp/src/arrow/array/concatenate_test.cc:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 std::shared_ptr<Array> ArrayOf(std::shared_ptr<DataType> type, int64_t size,
132 double null_probability) {
133 return rag_.ArrayOf(std::move(type), size, null_probability);
134 }
135
136 // TODO(GH-38656): Use the random array generators from testing/random.h here
137

Callers 7

TEST_FFunction · 0.45
TESTFunction · 0.45
CheckAppendArraySliceMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected