pub struct ReplaceAllOperation<A, B> { /* private fields */ }Trait Implementations§
Source§impl<A: Clone, B: Clone> Clone for ReplaceAllOperation<A, B>
impl<A: Clone, B: Clone> Clone for ReplaceAllOperation<A, B>
Source§fn clone(&self) -> ReplaceAllOperation<A, B>
fn clone(&self) -> ReplaceAllOperation<A, B>
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<V, A, B> ElementKernel<Bare<V>> for ReplaceAllOperation<A, B>where
V: StringValue + BareValueDomain,
A: ArgumentSource<Unaligned>,
A::ValueDomain: StringValue,
B: ArgumentSource<Unaligned>,
B::ValueDomain: StringValue,
impl<V, A, B> ElementKernel<Bare<V>> for ReplaceAllOperation<A, B>where
V: StringValue + BareValueDomain,
A: ArgumentSource<Unaligned>,
A::ValueDomain: StringValue,
B: ArgumentSource<Unaligned>,
B::ValueDomain: StringValue,
type Emission = <<A as ArgumentSource<Unaligned>>::Retention as Retention>::Then<<B as ArgumentSource<Unaligned>>::Retention>
type OutShape = Bare<V>
fn pipeline<'a>( _graphrecord: &'a GraphRecord, prepared: Self::Prepared<'a>, ) -> QueryResult<ElementPipeline<'a, Bare<V>, Self>>
fn estimate(&self, input: Estimate, _stats: &Stats<'_>) -> Estimate
Source§impl<I, V, A, B> ElementKernel<Indexed<I, V>> for ReplaceAllOperation<A, B>where
I: IndexDomain,
V: StringValue,
A: ArgumentSource<Keyed<I>>,
A::ValueDomain: StringValue,
B: ArgumentSource<Keyed<I>>,
B::ValueDomain: StringValue,
impl<I, V, A, B> ElementKernel<Indexed<I, V>> for ReplaceAllOperation<A, B>where
I: IndexDomain,
V: StringValue,
A: ArgumentSource<Keyed<I>>,
A::ValueDomain: StringValue,
B: ArgumentSource<Keyed<I>>,
B::ValueDomain: StringValue,
type Emission = <<A as ArgumentSource<Keyed<I>>>::Retention as Retention>::Then<<B as ArgumentSource<Keyed<I>>>::Retention>
type OutShape = Indexed<I, V>
fn pipeline<'a>( _graphrecord: &'a GraphRecord, prepared: Self::Prepared<'a>, ) -> QueryResult<ElementPipeline<'a, Indexed<I, V>, Self>>
fn estimate(&self, input: Estimate, _stats: &Stats<'_>) -> Estimate
Source§impl<A, B> Explain for ReplaceAllOperation<A, B>
impl<A, B> Explain for ReplaceAllOperation<A, B>
fn describe<'__explain>( &'__explain self, formatter: &mut ExplainFormatter<'__explain, '_>, ) -> Result
Source§impl<A, B> Labeled for ReplaceAllOperation<A, B>
impl<A, B> Labeled for ReplaceAllOperation<A, B>
Source§impl<A, B> Operation for ReplaceAllOperation<A, B>
impl<A, B> Operation for ReplaceAllOperation<A, B>
Source§impl<A, B> OperationInputs for ReplaceAllOperation<A, B>
impl<A, B> OperationInputs for ReplaceAllOperation<A, B>
type Inputs<'__inputs, __Primary: '__inputs> = (&'__inputs __Primary, &'__inputs A, &'__inputs B)
fn inputs<'__inputs, __Primary: '__inputs>( &'__inputs self, primary: &'__inputs __Primary, ) -> Self::Inputs<'__inputs, __Primary>
Source§impl<A, B> OptimizerHints for ReplaceAllOperation<A, B>
impl<A, B> OptimizerHints for ReplaceAllOperation<A, B>
fn commutes_with_filter(&self) -> bool
fn allows_limit_pushdown(&self) -> bool
fn is_volatile(&self) -> bool
fn empty_rule(&self) -> EmptyRule
Source§impl<A, B> PlanIdentity for ReplaceAllOperation<A, B>where
A: PlanIdentity,
B: PlanIdentity,
impl<A, B> PlanIdentity for ReplaceAllOperation<A, B>where
A: PlanIdentity,
B: PlanIdentity,
fn identity_eq(&self, other: &Self) -> bool
fn identity_hash<__Hasher: Hasher>(&self, state: &mut __Hasher)
Source§impl<A, B> PlanInputs for ReplaceAllOperation<A, B>where
A: PlanInputs,
B: PlanInputs,
impl<A, B> PlanInputs for ReplaceAllOperation<A, B>where
A: PlanInputs,
B: PlanInputs,
Source§impl<A: Prepare, B: Prepare> Prepare for ReplaceAllOperation<A, B>
impl<A: Prepare, B: Prepare> Prepare for ReplaceAllOperation<A, B>
type Prepared<'a> = (<A as Prepare>::Prepared<'a>, <B as Prepare>::Prepared<'a>) where Self: 'a
fn prepare<'a>( &'a self, graphrecord: &'a GraphRecord, cache: &'a EvaluationCache<'a>, ) -> QueryResult<Self::Prepared<'a>>
Auto Trait Implementations§
impl<A, B> Freeze for ReplaceAllOperation<A, B>
impl<A, B> RefUnwindSafe for ReplaceAllOperation<A, B>where
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for ReplaceAllOperation<A, B>
impl<A, B> Sync for ReplaceAllOperation<A, B>
impl<A, B> Unpin for ReplaceAllOperation<A, B>
impl<A, B> UnsafeUnpin for ReplaceAllOperation<A, B>where
A: UnsafeUnpin,
B: UnsafeUnpin,
impl<A, B> UnwindSafe for ReplaceAllOperation<A, B>where
A: UnwindSafe,
B: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<S, T> ExpandTo<T> for S
impl<S, T> ExpandTo<T> for S
type ReturnOperand = <T as Apply<ExpandToOperation<S>>>::Output
fn expand_to(&self, template: &T) -> <S as ExpandTo<T>>::ReturnOperand
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more