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