Return the number of fields in this struct array
(&self)
| 288 | |
| 289 | /// Return the number of fields in this struct array |
| 290 | pub fn num_columns(&self) -> usize { |
| 291 | self.fields.len() |
| 292 | } |
| 293 | |
| 294 | /// Returns the fields of the struct array |
| 295 | pub fn columns(&self) -> &[ArrayRef] { |