pub fn read_property_list(value: Arc<dyn Array>) -> Result<Vec<Property>, Error>
Reads a list of properties from an Arrow array.
The array is expected to be a StructArray with “key” and “value” fields.
StructArray