Struct polars_io::csv_core::csv::CoreReader [−][src]
pub struct CoreReader<R: Read + MmapBytesReader> { /* fields omitted */ }
This is supported on crate feature
csv-file
only.Expand description
CSV file reader
Implementations
Returns the schema of the reader, useful for getting the schema without reading record batches
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for CoreReader<R> where
R: RefUnwindSafe,
impl<R> Send for CoreReader<R>
impl<R> Sync for CoreReader<R>
impl<R> Unpin for CoreReader<R> where
R: Unpin,
impl<R> UnwindSafe for CoreReader<R> where
R: UnwindSafe,