Expand description
This module contains expressions.
Structs§
- Binary predicate, for example,
a > 10
. - A named reference in a bound expression after binding to a schema.
- Logical expression, such as
AND
,OR
,NOT
. - A named reference in an unbound expression. For example,
a
ina > 10
. - Set predicates, for example,
a in (1, 2, 3)
. - Unary predicate, for example,
a IS NULL
.
Enums§
- Bound predicate expression after binding to a schema.
- Unbound predicate expression before binding to a schema.
- Predicate operators used in expressions.
Traits§
- Bind expression to a schema.
Type Aliases§
- Bound term after binding to a schema.
- Unbound term before binding to a schema.