\brief The current number of entries in the dictionary
| 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> |
no test coverage detected