diff --git a/mutation_partition.hh b/mutation_partition.hh index 04f7d7d157..0618ebb77e 100644 --- a/mutation_partition.hh +++ b/mutation_partition.hh @@ -119,6 +119,7 @@ public: row(row&& other); row& operator=(row&& other); size_t size() const { return _size; } + bool empty() const { return _size == 0; } void reserve(column_id);