pub struct FederatedQueryPlanner {}Implementations§
Trait Implementations§
source§impl Default for FederatedQueryPlanner
impl Default for FederatedQueryPlanner
source§fn default() -> FederatedQueryPlanner
fn default() -> FederatedQueryPlanner
Returns the “default value” for a type. Read more
source§impl QueryPlanner for FederatedQueryPlanner
impl QueryPlanner for FederatedQueryPlanner
source§fn create_physical_plan<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
logical_plan: &'life1 LogicalPlan,
session_state: &'life2 SessionState
) -> Pin<Box<dyn Future<Output = Result<Arc<dyn ExecutionPlan>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
fn create_physical_plan<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
logical_plan: &'life1 LogicalPlan,
session_state: &'life2 SessionState
) -> Pin<Box<dyn Future<Output = Result<Arc<dyn ExecutionPlan>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Given a
LogicalPlan, create an [ExecutionPlan] suitable for executionAuto Trait Implementations§
impl RefUnwindSafe for FederatedQueryPlanner
impl Send for FederatedQueryPlanner
impl Sync for FederatedQueryPlanner
impl Unpin for FederatedQueryPlanner
impl UnwindSafe for FederatedQueryPlanner
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