Type Alias diesel::pg::expression::functions::array_length

source ·
pub type array_length<Arr, array, dimension> = array_length<Arr, <array as AsExpression<Arr>>::Expression, <dimension as AsExpression<Integer>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of array_length()

Aliased Type§

struct array_length<Arr, array, dimension> { /* private fields */ }