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