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

Method GetOrInsert

cpp/src/arrow/array/builder_dict.cc:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190#undef GET_OR_INSERT
191
192Status DictionaryMemoTable::GetOrInsert(const BinaryType*, std::string_view value,
193 int32_t* out) {
194 return impl_->GetOrInsert<BinaryType>(value, out);
195}
196
197Status DictionaryMemoTable::GetOrInsert(const BinaryViewType*, std::string_view value,
198 int32_t* out) {

Callers 15

ConvertAsPyObjectsFunction · 0.45
UnifyMethod · 0.45
GetOrInsertMethod · 0.45
DoAppendMethod · 0.45
AddArrayValueSetMethod · 0.45
ConsumeMethod · 0.45
PutMethod · 0.45
PutByteArrayMethod · 0.45
PutDictionaryMethod · 0.45
GetDataEncryptionKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected