Skip to main content

array_ndims

Type Alias array_ndims 

Source
pub type array_ndims<arr> = array_ndims<<arr as Expression>::SqlType, arr>;
Available on crate feature postgres_backend only.
Expand description

Return type of the array_ndims() SQL function.

Aliased Typeยง

pub struct array_ndims<arr> { /* private fields */ }