pub type array_upper<array, dimension> = array_upper<<array as Expression>::SqlType, array, dimension>;Available on crate feature
postgres_backend only.Expand description
Return type of the array_upper() SQL function.
Aliased Typeยง
pub struct array_upper<array, dimension> { /* private fields */ }