add_properties_to_builder

Function add_properties_to_builder 

Source
pub fn add_properties_to_builder(
    properties: &HashMap<String, String>,
    property_list_builder: &mut GenericListBuilder<i32, StructBuilder>,
) -> Result<(), Error>
Expand description

Adds a set of properties from a HashMap to an Arrow list builder.

The properties are added as a new entry in the list builder.