Options passed to the parquet reader for this scan
(&self)
| 366 | |
| 367 | /// Options passed to the parquet reader for this scan |
| 368 | pub fn table_parquet_options(&self) -> &TableParquetOptions { |
| 369 | &self.table_parquet_options |
| 370 | } |
| 371 | |
| 372 | /// Optional predicate. |
| 373 | #[deprecated(since = "50.2.0", note = "use `filter` instead")] |
no outgoing calls
no test coverage detected