Enum partiql_eval::eval::evaluable::EvalType
source · pub enum EvalType {
SelfManaged,
GraphManaged,
}
Expand description
Whether an Evaluable
takes input from the plan graph or manages its own iteration.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for EvalType
impl Send for EvalType
impl Sync for EvalType
impl Unpin for EvalType
impl UnwindSafe for EvalType
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