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

Method dictionary_length

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

\brief The current number of entries in the dictionary

Source from the content-addressed store, hash-verified

249
250 /// \brief The current number of entries in the dictionary
251 int64_t dictionary_length() const { return memo_table_->size(); }
252
253 /// \brief The value byte width (for FixedSizeBinaryType)
254 template <typename T1 = T>

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected