pub struct ExplainResult {
pub logical_plan: String,
pub optimized_plan: String,
pub physical_plan: String,
}Expand description
Query plan explanation result.
Fields§
§logical_plan: String§optimized_plan: String§physical_plan: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExplainResult
impl RefUnwindSafe for ExplainResult
impl Send for ExplainResult
impl Sync for ExplainResult
impl Unpin for ExplainResult
impl UnwindSafe for ExplainResult
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