\brief The current number of entries in the dictionary
| 257 | |
| 258 | /// \brief The current number of entries in the dictionary |
| 259 | int64_t dictionary_length() const { return memo_table_->size(); } |
| 260 | |
| 261 | /// \brief The value byte width (for FixedSizeBinaryType) |
| 262 | template <typename T1 = T> |
no test coverage detected