LexOrdering

Type Alias LexOrdering 

Source
pub(crate) type LexOrdering = Vec<OrderByExpr>;
Expand description

This type defines a lexicographical ordering.

Aliased Typeยง

pub(crate) struct LexOrdering { /* private fields */ }