pub(crate) struct QuantifierConstraintValidator;Expand description
A Validator that checks the following quantifier constraints:
GetandValuesboxes cannot have input quantifiers.TableFunctionboxes can only have subquery input quantifiers.Union,ExceptandIntersectboxes can only have input quantifiers of typeForeach.- A
Groupingbox must have a single input quantifier of typeForeachranging over the contents of aSelectbox. - A
Groupingbox must have a single ranging quantifier of typeForeachthat has aSelectbox as its parent. - A
Selectbox must have one or more input quantifiers of arbitrary type (exceptPreservedForeach). - An
OuterJoinbox must have one or two input quantifiers of typePreservedForeach. - An
OuterJoinbox must have at most one input quantifier of typeForeach. - An
OuterJoinbox must have exactly two input quantifiers of typeForeachorPreservedForeach.
Trait Implementations§
source§impl Default for QuantifierConstraintValidator
impl Default for QuantifierConstraintValidator
source§fn default() -> QuantifierConstraintValidator
fn default() -> QuantifierConstraintValidator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for QuantifierConstraintValidator
impl Send for QuantifierConstraintValidator
impl Sync for QuantifierConstraintValidator
impl Unpin for QuantifierConstraintValidator
impl UnwindSafe for QuantifierConstraintValidator
Blanket Implementations§
source§impl<T> FutureExt for T
impl<T> FutureExt for T
source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Requestsource§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
source§fn into_rust(self) -> Result<R, TryFromProtoError>
fn into_rust(self) -> Result<R, TryFromProtoError>
See
RustType::from_proto.source§fn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
See
RustType::into_proto.