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