Struct partiql_eval::error::PlanErr
source · pub struct PlanErr {
pub errors: Vec<PlanningError>,
}Expand description
All errors that occurred during partiql_logical::LogicalPlan to [eval::EvalPlan] creation.
Fields§
§errors: Vec<PlanningError>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlanErr
impl RefUnwindSafe for PlanErr
impl Send for PlanErr
impl Sync for PlanErr
impl Unpin for PlanErr
impl UnwindSafe for PlanErr
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