pub type array_sample<array, n> = array_sample<<array as Expression>::SqlType, array, n>;Available on crate feature
postgres_backend only.Expand description
Return type of the array_sample() SQL function.
Aliased Typeยง
pub struct array_sample<array, n> { /* private fields */ }