add_property_set_to_builder

Function add_property_set_to_builder 

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

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

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