Access the raw column data (for the segment writer).
(&self)
| 100 | |
| 101 | /// Access the raw column data (for the segment writer). |
| 102 | pub fn columns(&self) -> &[ColumnData] { |
| 103 | &self.columns |
| 104 | } |
| 105 | |
| 106 | /// Convert low-cardinality `String` columns to `DictEncoded` in-place. |
| 107 | pub fn try_dict_encode_columns(&mut self, max_cardinality: u32) { |
no outgoing calls