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

Method MergeTable

cpp/src/arrow/util/hashing.h:910–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908
909 public:
910 Status MergeTable(const BinaryMemoTable& other_table) {
911 return other_table.VisitValuesStatus(0, [this](std::string_view other_value) {
912 int32_t unused;
913 return this->GetOrInsert(other_value, &unused);
914 });
915 }
916};
917
918template <typename T, typename Enable = void>

Callers

nothing calls this directly

Calls 2

GetOrInsertMethod · 0.95
VisitValuesStatusMethod · 0.80

Tested by

no test coverage detected