pub type array_upper<Arr, array, dimension> = array_upper<Arr, <array as AsExpression<Arr>>::Expression, <dimension as AsExpression<Integer>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of array_upper()
Aliased Typeยง
struct array_upper<Arr, array, dimension> { /* private fields */ }