pub struct PhysicalPlanner;
Expand description
物理プランナー
Implementations§
Source§impl PhysicalPlanner
impl PhysicalPlanner
pub fn new() -> Self
Sourcepub fn plan_to_physical(
&self,
logical: &PlanIR,
catalog: &Catalog,
) -> Result<PhysicalPlan>
pub fn plan_to_physical( &self, logical: &PlanIR, catalog: &Catalog, ) -> Result<PhysicalPlan>
論理プランを物理プランに変換
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysicalPlanner
impl RefUnwindSafe for PhysicalPlanner
impl Send for PhysicalPlanner
impl Sync for PhysicalPlanner
impl Unpin for PhysicalPlanner
impl UnwindSafe for PhysicalPlanner
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