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

Method DoGetAll

cpp/src/arrow/field_ref_test.cc:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 }
351 template <bool Flattened, typename T>
352 static auto DoGetAll(const T& root, const FieldRef& ref, MemoryPool* pool = nullptr) {
353 if constexpr (Flattened) {
354 return ref.GetAllFlattened(root, pool);
355 } else {
356 return ToResult(ref.GetAll(root));
357 }
358 }
359
360 template <typename I, bool Flattened = false>
361 void TestGet() const {

Callers

nothing calls this directly

Calls 2

ToResultFunction · 0.85
GetAllMethod · 0.80

Tested by

no test coverage detected