pub struct PadStartOperation<W, C> { /* private fields */ }Trait Implementations§
Source§impl<W: Clone, C: Clone> Clone for PadStartOperation<W, C>
impl<W: Clone, C: Clone> Clone for PadStartOperation<W, C>
Source§fn clone(&self) -> PadStartOperation<W, C>
fn clone(&self) -> PadStartOperation<W, C>
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, W, C> ElementKernel<Bare<V>> for PadStartOperation<W, C>where
V: StringValue + BareValueDomain,
W: ArgumentSource<Unaligned>,
W::ValueDomain: IntValue,
C: ArgumentSource<Unaligned>,
C::ValueDomain: StringValue,
impl<V, W, C> ElementKernel<Bare<V>> for PadStartOperation<W, C>where
V: StringValue + BareValueDomain,
W: ArgumentSource<Unaligned>,
W::ValueDomain: IntValue,
C: ArgumentSource<Unaligned>,
C::ValueDomain: StringValue,
type Emission = <<W as ArgumentSource<Unaligned>>::Retention as Retention>::Then<<C 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, W, C> ElementKernel<Indexed<I, V>> for PadStartOperation<W, C>where
I: IndexDomain,
V: StringValue,
W: ArgumentSource<Keyed<I>>,
W::ValueDomain: IntValue,
C: ArgumentSource<Keyed<I>>,
C::ValueDomain: StringValue,
impl<I, V, W, C> ElementKernel<Indexed<I, V>> for PadStartOperation<W, C>where
I: IndexDomain,
V: StringValue,
W: ArgumentSource<Keyed<I>>,
W::ValueDomain: IntValue,
C: ArgumentSource<Keyed<I>>,
C::ValueDomain: StringValue,
type Emission = <<W as ArgumentSource<Keyed<I>>>::Retention as Retention>::Then<<C 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<W, C> Explain for PadStartOperation<W, C>
impl<W, C> Explain for PadStartOperation<W, C>
fn describe<'__explain>( &'__explain self, formatter: &mut ExplainFormatter<'__explain, '_>, ) -> Result
Source§impl<W, C> Labeled for PadStartOperation<W, C>
impl<W, C> Labeled for PadStartOperation<W, C>
Source§impl<W, C> Operation for PadStartOperation<W, C>
impl<W, C> Operation for PadStartOperation<W, C>
Source§impl<W, C> OperationInputs for PadStartOperation<W, C>
impl<W, C> OperationInputs for PadStartOperation<W, C>
type Inputs<'__inputs, __Primary: '__inputs> = (&'__inputs __Primary, &'__inputs W, &'__inputs C)
fn inputs<'__inputs, __Primary: '__inputs>( &'__inputs self, primary: &'__inputs __Primary, ) -> Self::Inputs<'__inputs, __Primary>
Source§impl<W, C> OptimizerHints for PadStartOperation<W, C>
impl<W, C> OptimizerHints for PadStartOperation<W, C>
fn commutes_with_filter(&self) -> bool
fn allows_limit_pushdown(&self) -> bool
fn is_volatile(&self) -> bool
fn empty_rule(&self) -> EmptyRule
Source§impl<W, C> PlanIdentity for PadStartOperation<W, C>where
W: PlanIdentity,
C: PlanIdentity,
impl<W, C> PlanIdentity for PadStartOperation<W, C>where
W: PlanIdentity,
C: PlanIdentity,
fn identity_eq(&self, other: &Self) -> bool
fn identity_hash<__Hasher: Hasher>(&self, state: &mut __Hasher)
Source§impl<W, C> PlanInputs for PadStartOperation<W, C>where
W: PlanInputs,
C: PlanInputs,
impl<W, C> PlanInputs for PadStartOperation<W, C>where
W: PlanInputs,
C: PlanInputs,
Source§impl<W: Prepare, C: Prepare> Prepare for PadStartOperation<W, C>
impl<W: Prepare, C: Prepare> Prepare for PadStartOperation<W, C>
type Prepared<'a> = (<W as Prepare>::Prepared<'a>, <C 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<W, C> Freeze for PadStartOperation<W, C>
impl<W, C> RefUnwindSafe for PadStartOperation<W, C>where
W: RefUnwindSafe,
C: RefUnwindSafe,
impl<W, C> Send for PadStartOperation<W, C>
impl<W, C> Sync for PadStartOperation<W, C>
impl<W, C> Unpin for PadStartOperation<W, C>
impl<W, C> UnsafeUnpin for PadStartOperation<W, C>where
W: UnsafeUnpin,
C: UnsafeUnpin,
impl<W, C> UnwindSafe for PadStartOperation<W, C>where
W: UnwindSafe,
C: 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