Get a reference to all columns in the record batch.
(&self)
| 635 | |
| 636 | /// Get a reference to all columns in the record batch. |
| 637 | pub fn columns(&self) -> &[ArrayRef] { |
| 638 | &self.columns[..] |
| 639 | } |
| 640 | |
| 641 | /// Remove column by index and return it. |
| 642 | /// |
no outgoing calls