read_property_list

Function read_property_list 

Source
pub fn read_property_list(value: Arc<dyn Array>) -> Result<Vec<Property>, Error>
Expand description

Reads a list of properties from an Arrow array.

The array is expected to be a StructArray with “key” and “value” fields.