Module subquery

Source
Expand description

Nested message and enum types in Subquery.

Modules§

set_comparison
Nested message and enum types in SetComparison.
set_predicate
Nested message and enum types in SetPredicate.

Structs§

InPredicate
Predicate checking that the left expression is contained in the right subquery
Scalar
A subquery with one row and one column. This is often an aggregate though not required to be.
SetComparison
A subquery comparison using ANY or ALL. Examples:
SetPredicate
A predicate over a set of rows in the form of a subquery EXISTS and UNIQUE are common SQL forms of this operation.

Enums§

SubqueryType