Returns the fields of the struct array
(&self)
| 293 | |
| 294 | /// Returns the fields of the struct array |
| 295 | pub fn columns(&self) -> &[ArrayRef] { |
| 296 | &self.fields |
| 297 | } |
| 298 | |
| 299 | /// Return field names in this struct array |
| 300 | pub fn column_names(&self) -> Vec<&str> { |