Return true if there are no row groups
(&self)
| 391 | |
| 392 | /// Return true if there are no row groups |
| 393 | pub fn is_empty(&self) -> bool { |
| 394 | self.row_groups.is_empty() |
| 395 | } |
| 396 | |
| 397 | /// Get a reference to the inner accesses |
| 398 | pub fn inner(&self) -> &[RowGroupAccess] { |
no outgoing calls
no test coverage detected