pub struct Raise;Implementations§
Trait Implementations§
Source§impl<I: Apply<RaiseBucketErrors>> BucketErrorPolicy<I> for Raise
impl<I: Apply<RaiseBucketErrors>> BucketErrorPolicy<I> for Raise
Source§impl<I: Apply<RaiseBucketErrorsIn<G>>, G: ErrorGroup> BucketErrorPolicyIn<I, G> for Raise
impl<I: Apply<RaiseBucketErrorsIn<G>>, G: ErrorGroup> BucketErrorPolicyIn<I, G> for Raise
Source§impl<I: Apply<RaiseBucketErrorsOf<D>>, D: Diagnostic> BucketErrorPolicyOf<I, D> for Raise
impl<I: Apply<RaiseBucketErrorsOf<D>>, D: Diagnostic> BucketErrorPolicyOf<I, D> for Raise
Source§impl<I: Apply<RaiseBucketErrorsWithCause<E>>, E: Error + 'static> BucketErrorPolicyWithCause<I, E> for Raise
impl<I: Apply<RaiseBucketErrorsWithCause<E>>, E: Error + 'static> BucketErrorPolicyWithCause<I, E> for Raise
Source§impl<I: Apply<Self>> ErrorPolicy<I> for Raise
impl<I: Apply<Self>> ErrorPolicy<I> for Raise
Source§impl<I: Apply<RaiseErrorsIn<G>>, G: ErrorGroup> ErrorPolicyIn<I, G> for Raise
impl<I: Apply<RaiseErrorsIn<G>>, G: ErrorGroup> ErrorPolicyIn<I, G> for Raise
Source§impl<I: Apply<RaiseErrorsOf<D>>, D: Diagnostic> ErrorPolicyOf<I, D> for Raise
impl<I: Apply<RaiseErrorsOf<D>>, D: Diagnostic> ErrorPolicyOf<I, D> for Raise
Source§impl<I: Apply<RaiseErrorsWithCause<E>>, E: Error + 'static> ErrorPolicyWithCause<I, E> for Raise
impl<I: Apply<RaiseErrorsWithCause<E>>, E: Error + 'static> ErrorPolicyWithCause<I, E> for Raise
Source§impl Explain for Raise
impl Explain for Raise
fn describe<'__explain>( &'__explain self, formatter: &mut ExplainFormatter<'__explain, '_>, ) -> Result
Source§impl<I: Apply<RaiseKeyErrors>> KeyErrorPolicy<I> for Raise
impl<I: Apply<RaiseKeyErrors>> KeyErrorPolicy<I> for Raise
Source§impl<I: Apply<RaiseKeyErrorsIn<G>>, G: ErrorGroup> KeyErrorPolicyIn<I, G> for Raise
impl<I: Apply<RaiseKeyErrorsIn<G>>, G: ErrorGroup> KeyErrorPolicyIn<I, G> for Raise
Source§impl<I: Apply<RaiseKeyErrorsOf<D>>, D: Diagnostic> KeyErrorPolicyOf<I, D> for Raise
impl<I: Apply<RaiseKeyErrorsOf<D>>, D: Diagnostic> KeyErrorPolicyOf<I, D> for Raise
Source§impl<I: Apply<RaiseKeyErrorsWithCause<E>>, E: Error + 'static> KeyErrorPolicyWithCause<I, E> for Raise
impl<I: Apply<RaiseKeyErrorsWithCause<E>>, E: Error + 'static> KeyErrorPolicyWithCause<I, E> for Raise
Source§impl<V: BareValueDomain> LaneKernel<Bare<V>, Definite> for Raise
impl<V: BareValueDomain> LaneKernel<Bare<V>, Definite> for Raise
type Output = OperandHandle<Bare<V>, Definite>
fn execute<'a>( _graphrecord: &'a GraphRecord, value: BareStream<'a, V, Definite>, _prepared: Self::Prepared<'a>, ) -> QueryResult<<Self::Output as EvaluateOperand>::ReturnValue<'a>>
fn estimate(&self, input: Estimate, _stats: &Stats<'_>) -> Estimate
Source§impl<V: BareValueDomain, O: OrderState> LaneKernel<Bare<V>, Multiple<O>> for Raise
impl<V: BareValueDomain, O: OrderState> LaneKernel<Bare<V>, Multiple<O>> for Raise
type Output = OperandHandle<Bare<V>, Multiple<O>>
fn execute<'a>( _graphrecord: &'a GraphRecord, values: BareStream<'a, V, Multiple<O>>, _prepared: Self::Prepared<'a>, ) -> QueryResult<<Self::Output as EvaluateOperand>::ReturnValue<'a>>
fn estimate(&self, input: Estimate, _stats: &Stats<'_>) -> Estimate
Source§impl<V: BareValueDomain> LaneKernel<Bare<V>, Single> for Raise
impl<V: BareValueDomain> LaneKernel<Bare<V>, Single> for Raise
type Output = OperandHandle<Bare<V>, Single>
fn execute<'a>( _graphrecord: &'a GraphRecord, value: BareStream<'a, V, Single>, _prepared: Self::Prepared<'a>, ) -> QueryResult<<Self::Output as EvaluateOperand>::ReturnValue<'a>>
fn estimate(&self, input: Estimate, _stats: &Stats<'_>) -> Estimate
Source§impl<I: IndexDomain, V: ValueDomain> LaneKernel<Indexed<I, V>, Definite> for Raise
impl<I: IndexDomain, V: ValueDomain> LaneKernel<Indexed<I, V>, Definite> for Raise
type Output = OperandHandle<Indexed<I, V>, Definite>
fn execute<'a>( _graphrecord: &'a GraphRecord, value: KeyedStream<'a, I, V, Definite>, _prepared: Self::Prepared<'a>, ) -> QueryResult<<Self::Output as EvaluateOperand>::ReturnValue<'a>>
fn estimate(&self, input: Estimate, _stats: &Stats<'_>) -> Estimate
Source§impl<I: IndexDomain, V: ValueDomain, O: OrderState> LaneKernel<Indexed<I, V>, Multiple<O>> for Raise
impl<I: IndexDomain, V: ValueDomain, O: OrderState> LaneKernel<Indexed<I, V>, Multiple<O>> for Raise
type Output = OperandHandle<Indexed<I, V>, Multiple<O>>
fn execute<'a>( _graphrecord: &'a GraphRecord, values: KeyedStream<'a, I, V, Multiple<O>>, _prepared: Self::Prepared<'a>, ) -> QueryResult<<Self::Output as EvaluateOperand>::ReturnValue<'a>>
fn estimate(&self, input: Estimate, _stats: &Stats<'_>) -> Estimate
Source§impl<I: IndexDomain, V: ValueDomain> LaneKernel<Indexed<I, V>, Single> for Raise
impl<I: IndexDomain, V: ValueDomain> LaneKernel<Indexed<I, V>, Single> for Raise
type Output = OperandHandle<Indexed<I, V>, Single>
fn execute<'a>( _graphrecord: &'a GraphRecord, value: KeyedStream<'a, I, V, Single>, _prepared: Self::Prepared<'a>, ) -> QueryResult<<Self::Output as EvaluateOperand>::ReturnValue<'a>>
fn estimate(&self, input: Estimate, _stats: &Stats<'_>) -> Estimate
Source§impl OperationInputs for Raise
impl OperationInputs for Raise
type Inputs<'__inputs, __Primary: '__inputs> = (&'__inputs __Primary,)
fn inputs<'__inputs, __Primary: '__inputs>( &'__inputs self, primary: &'__inputs __Primary, ) -> Self::Inputs<'__inputs, __Primary>
Source§impl OptimizerHints for Raise
impl OptimizerHints for Raise
fn commutes_with_filter(&self) -> bool
fn allows_limit_pushdown(&self) -> bool
fn is_volatile(&self) -> bool
fn empty_rule(&self) -> EmptyRule
Source§impl PlanIdentity for Raise
impl PlanIdentity for Raise
fn identity_eq(&self, other: &Self) -> bool
fn identity_hash<__Hasher: Hasher>(&self, state: &mut __Hasher)
Source§impl PlanInputs for Raise
impl PlanInputs for Raise
Source§impl Prepare for Raise
impl Prepare for Raise
type Prepared<'a> = ()
fn prepare<'a>( &'a self, _graphrecord: &'a GraphRecord, _cache: &'a EvaluationCache<'a>, ) -> QueryResult<Self::Prepared<'a>>
Auto Trait Implementations§
impl Freeze for Raise
impl RefUnwindSafe for Raise
impl Send for Raise
impl Sync for Raise
impl Unpin for Raise
impl UnsafeUnpin for Raise
impl UnwindSafe for Raise
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