Get the column projection for the scan. Returns a reference to the projection column indices, or `None` if no projection was specified (meaning all columns should be included).
(&self)
| 426 | /// Returns a reference to the projection column indices, or `None` if |
| 427 | /// no projection was specified (meaning all columns should be included). |
| 428 | pub fn projection(&self) -> Option<&'a [usize]> { |
| 429 | self.projection |
| 430 | } |
| 431 | |
| 432 | /// Set the filter expressions for the scan. |
| 433 | /// |
no outgoing calls
no test coverage detected