jsonb_array_length

Type Alias jsonb_array_length 

Source
pub type jsonb_array_length<jsonb> = jsonb_array_length<<jsonb as Expression>::SqlType, jsonb>;
Expand description

Return type of the jsonb_array_length() SQL function.

Aliased Typeยง

pub struct jsonb_array_length<jsonb> { /* private fields */ }