Struct partiql_logical_planner::LogicalPlanner
source · pub struct LogicalPlanner<'c> { /* private fields */ }
Implementations§
source§impl<'c> LogicalPlanner<'c>
impl<'c> LogicalPlanner<'c>
pub fn new(catalog: &'c dyn Catalog) -> Self
pub fn lower( &self, parsed: &Parsed<'_> ) -> Result<LogicalPlan<BindingsOp>, AstTransformationError>
Auto Trait Implementations§
impl<'c> !RefUnwindSafe for LogicalPlanner<'c>
impl<'c> !Send for LogicalPlanner<'c>
impl<'c> !Sync for LogicalPlanner<'c>
impl<'c> Unpin for LogicalPlanner<'c>
impl<'c> !UnwindSafe for LogicalPlanner<'c>
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