Struct datafusion::execution::options::AvroReadOptions [−][src]
Expand description
Avro read options
Fields
schema: Option<SchemaRef>
The data source schema.
file_extension: &'a str
File extension; only files with this extension are selected for data input. Defaults to “.avro”.
Implementations
Helper to convert these user facing options to ListingTable
options
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for AvroReadOptions<'a>
impl<'a> Send for AvroReadOptions<'a>
impl<'a> Sync for AvroReadOptions<'a>
impl<'a> Unpin for AvroReadOptions<'a>
impl<'a> UnwindSafe for AvroReadOptions<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more