add_property_set_to_jsonb_builder

Function add_property_set_to_jsonb_builder 

Source
pub fn add_property_set_to_jsonb_builder(
    properties: &PropertySet,
    jsonb_builder: &mut GenericByteDictionaryBuilder<Int32Type, GenericBinaryType<i32>>,
) -> Result<(), Error>
Expand description

Adds a set of properties from a PropertySet to a dictionary-encoded JSONB builder.

The properties are converted to JSONB format and added as a new entry in the dictionary builder.