Struct lance_datafusion::exec::LanceExecutionOptions
source · pub struct LanceExecutionOptions {
pub use_spilling: bool,
pub mem_pool_size: u64,
}Fields§
§use_spilling: bool§mem_pool_size: u64Trait Implementations§
source§impl Clone for LanceExecutionOptions
impl Clone for LanceExecutionOptions
source§fn clone(&self) -> LanceExecutionOptions
fn clone(&self) -> LanceExecutionOptions
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 LanceExecutionOptions
impl Debug for LanceExecutionOptions
Auto Trait Implementations§
impl Freeze for LanceExecutionOptions
impl RefUnwindSafe for LanceExecutionOptions
impl Send for LanceExecutionOptions
impl Sync for LanceExecutionOptions
impl Unpin for LanceExecutionOptions
impl UnwindSafe for LanceExecutionOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more