Number of columns in the segment.
(&self)
| 123 | |
| 124 | /// Number of columns in the segment. |
| 125 | pub fn column_count(&self) -> usize { |
| 126 | self.footer.column_count as usize |
| 127 | } |
| 128 | |
| 129 | /// Read a single column, decoding all blocks. |
| 130 | /// |
no outgoing calls
no test coverage detected