pub struct PhysicalPlanner<'a> { /* private fields */ }Implementations§
Source§impl<'a> PhysicalPlanner<'a>
impl<'a> PhysicalPlanner<'a>
pub fn new() -> Self
pub fn with_catalog(catalog: &'a Catalog) -> Self
Source§impl<'a> PhysicalPlanner<'a>
impl<'a> PhysicalPlanner<'a>
pub fn create_physical_plan(&self, logical_plan: LogicalPlan) -> PhysicalPlan
Trait Implementations§
Source§impl<'a> Clone for PhysicalPlanner<'a>
impl<'a> Clone for PhysicalPlanner<'a>
Source§fn clone(&self) -> PhysicalPlanner<'a>
fn clone(&self) -> PhysicalPlanner<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PhysicalPlanner<'a>
impl<'a> Debug for PhysicalPlanner<'a>
Source§impl<'a> Default for PhysicalPlanner<'a>
impl<'a> Default for PhysicalPlanner<'a>
Source§fn default() -> PhysicalPlanner<'a>
fn default() -> PhysicalPlanner<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for PhysicalPlanner<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalPlanner<'a>
impl<'a> !RefUnwindSafe for PhysicalPlanner<'a>
impl<'a> Send for PhysicalPlanner<'a>
impl<'a> Sync for PhysicalPlanner<'a>
impl<'a> Unpin for PhysicalPlanner<'a>
impl<'a> UnsafeUnpin for PhysicalPlanner<'a>
impl<'a> !UnwindSafe for PhysicalPlanner<'a>
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