pub struct Planner { /* private fields */ }Expand description
Query planner
Implementations§
Source§impl Planner
impl Planner
Sourcepub fn with_indexes(indexes: Vec<IndexMetadata>) -> Self
pub fn with_indexes(indexes: Vec<IndexMetadata>) -> Self
Create planner with known indexes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Planner
impl RefUnwindSafe for Planner
impl Send for Planner
impl Sync for Planner
impl Unpin for Planner
impl UnwindSafe for Planner
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