Specify schema to use for CSV read
(mut self, schema: &'a Schema)
| 190 | |
| 191 | /// Specify schema to use for CSV read |
| 192 | pub fn schema(mut self, schema: &'a Schema) -> Self { |
| 193 | self.schema = Some(schema); |
| 194 | self |
| 195 | } |
| 196 | |
| 197 | /// Specify table_partition_cols for partition pruning |
| 198 | pub fn table_partition_cols( |
no outgoing calls