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