Struct polars_lazy::frame::ScanArgsIpc
source · pub struct ScanArgsIpc {
pub n_rows: Option<usize>,
pub cache: bool,
pub rechunk: bool,
pub row_count: Option<RowCount>,
pub memmap: bool,
}
Available on crate feature
ipc
only.Fields§
§n_rows: Option<usize>
§cache: bool
§rechunk: bool
§row_count: Option<RowCount>
§memmap: bool
Trait Implementations§
source§impl Clone for ScanArgsIpc
impl Clone for ScanArgsIpc
source§fn clone(&self) -> ScanArgsIpc
fn clone(&self) -> ScanArgsIpc
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 more