Type Alias diesel::pg::expression::functions::array_upper

source ·
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 */ }