pub struct Executor<'a, S: GraphStorage + ?Sized> { /* private fields */ }Implementations§
Source§impl<'a, S: GraphStorage + ?Sized> Executor<'a, S>
impl<'a, S: GraphStorage + ?Sized> Executor<'a, S>
pub fn new(ctx: ExecutionContext<'a, S>) -> Self
pub fn execute( &self, plan: &PhysicalPlan, options: Option<ExecuteOptions>, ) -> Result<QueryResult, ExecutorError>
Auto Trait Implementations§
impl<'a, S> Freeze for Executor<'a, S>where
S: ?Sized,
impl<'a, S> RefUnwindSafe for Executor<'a, S>where
S: RefUnwindSafe + ?Sized,
impl<'a, S> Send for Executor<'a, S>
impl<'a, S> Sync for Executor<'a, S>
impl<'a, S> Unpin for Executor<'a, S>where
S: ?Sized,
impl<'a, S> UnsafeUnpin for Executor<'a, S>where
S: ?Sized,
impl<'a, S> UnwindSafe for Executor<'a, S>where
S: RefUnwindSafe + ?Sized,
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