Struct polars_plan::prelude::IpcScanOptions
source · pub struct IpcScanOptions {
pub n_rows: Option<usize>,
pub with_columns: Option<Arc<Vec<String>>>,
pub cache: bool,
pub row_count: Option<RowCount>,
pub rechunk: bool,
pub memmap: bool,
}
Fields§
§n_rows: Option<usize>
§with_columns: Option<Arc<Vec<String>>>
§cache: bool
§row_count: Option<RowCount>
§rechunk: bool
§memmap: bool
Trait Implementations§
source§impl Clone for IpcScanOptions
impl Clone for IpcScanOptions
source§fn clone(&self) -> IpcScanOptions
fn clone(&self) -> IpcScanOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IpcScanOptions
impl Debug for IpcScanOptions
source§impl From<IpcScanOptions> for IpcScanOptionsInner
impl From<IpcScanOptions> for IpcScanOptionsInner
source§fn from(options: IpcScanOptions) -> Self
fn from(options: IpcScanOptions) -> Self
Converts to this type from the input type.