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

Method InsertMemoValues

cpp/src/arrow/array/builder_dict.h:416–418  ·  view source on GitHub ↗

\brief Insert values into the dictionary's memo, but do not append any indices. Can be used to initialize a new builder with known dictionary values \param[in] values dictionary values to add to memo. Type must match builder type

Source from the content-addressed store, hash-verified

414 /// \param[in] values dictionary values to add to memo. Type must match
415 /// builder type
416 Status InsertMemoValues(const Array& values) {
417 return memo_table_->InsertValues(values);
418 }
419
420 /// \brief Append a whole dense array to the builder
421 template <typename T1 = T>

Calls 1

InsertValuesMethod · 0.45

Tested by 1