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

Function Extend

cpp/src/arrow/type.cc:3412–3414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3410
3411template <typename T>
3412void Extend(const std::vector<T>& values, std::vector<T>* out) {
3413 out->insert(out->end(), values.begin(), values.end());
3414}
3415
3416void InitStaticData() {
3417 // Signed int types

Callers 2

InitStaticDataFunction · 0.85
GetSegmentsMethod · 0.85

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected