MCPcopy Create free account
hub / github.com/apache/datafusion / table_parquet_options

Method table_parquet_options

datafusion/datasource-parquet/src/source.rs:368–370  ·  view source on GitHub ↗

Options passed to the parquet reader for this scan

(&self)

Source from the content-addressed store, hash-verified

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")]

Callers 2

create_morselizerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected