Module unary

Source
Expand description

Definition of the UnaryFunc enum and related machinery.

Enums§

UnaryFunc

Traits§

EagerUnaryFunc
A description of an SQL unary function that operates on eagerly evaluated expressions
LazyUnaryFunc
A description of an SQL unary function that has the ability to lazy evaluate its arguments