pub enum GatedDeltaExecutionPreference {
RecurrentScan,
ChunkedScan,
}Expand description
Cost-model preference kept separate from physical support. A provider may derive it from calibrated crossover data and live batch topology without changing the immutable model plan.
Variants§
Trait Implementations§
Source§impl Clone for GatedDeltaExecutionPreference
impl Clone for GatedDeltaExecutionPreference
Source§fn clone(&self) -> GatedDeltaExecutionPreference
fn clone(&self) -> GatedDeltaExecutionPreference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GatedDeltaExecutionPreference
impl Eq for GatedDeltaExecutionPreference
impl StructuralPartialEq for GatedDeltaExecutionPreference
Auto Trait Implementations§
impl Freeze for GatedDeltaExecutionPreference
impl RefUnwindSafe for GatedDeltaExecutionPreference
impl Send for GatedDeltaExecutionPreference
impl Sync for GatedDeltaExecutionPreference
impl Unpin for GatedDeltaExecutionPreference
impl UnsafeUnpin for GatedDeltaExecutionPreference
impl UnwindSafe for GatedDeltaExecutionPreference
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