Skip to main content

array_dims

Type Alias array_dims 

Source
pub type array_dims<arr> = array_dims<<arr as Expression>::SqlType, arr>;
Available on crate features __sqlite-shared and postgres_backend only.
Expand description

Return type of the array_dims() SQL function.

Aliased Typeยง

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