array_fill

Type Alias array_fill 

Source
pub type array_fill<value, dim> = array_fill<<value as Expression>::SqlType, value, dim>;
Expand description

Return type of the array_fill() SQL function.

Aliased Typeยง

pub struct array_fill<value, dim> { /* private fields */ }