pub struct CandidatePlanBuilder<'borrow, 'host> { /* private fields */ }Implementations§
Source§impl CandidatePlanBuilder<'_, '_>
impl CandidatePlanBuilder<'_, '_>
pub fn set_estimate( &mut self, estimated_rows: u64, cost_hint: u32, ) -> PluginResult<()>
pub fn push_span(&mut self, span: CandidateSpan) -> PluginResult<()>
Auto Trait Implementations§
impl<'borrow, 'host> !Send for CandidatePlanBuilder<'borrow, 'host>
impl<'borrow, 'host> !Sync for CandidatePlanBuilder<'borrow, 'host>
impl<'borrow, 'host> !UnwindSafe for CandidatePlanBuilder<'borrow, 'host>
impl<'borrow, 'host> Freeze for CandidatePlanBuilder<'borrow, 'host>
impl<'borrow, 'host> RefUnwindSafe for CandidatePlanBuilder<'borrow, 'host>
impl<'borrow, 'host> Unpin for CandidatePlanBuilder<'borrow, 'host>
impl<'borrow, 'host> UnsafeUnpin for CandidatePlanBuilder<'borrow, 'host>
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