Module arrow_properties

Module arrow_properties 

Source
Expand description

Convert arrow array into Property instances

Functionsยง

add_properties_to_builder
Adds a set of properties from a HashMap to an Arrow list builder.
add_properties_to_jsonb_builder
Adds a set of properties from a HashMap to a dictionary-encoded JSONB builder.
add_property_set_to_builder
Adds a set of properties from a PropertySet to an Arrow list builder.
add_property_set_to_jsonb_builder
Adds a set of properties from a PropertySet to a dictionary-encoded JSONB builder.
read_property_list
Reads a list of properties from an Arrow array.
serialize_properties_to_jsonb
Serializes properties from a HashMap to JSONB bytes.
serialize_property_set_to_jsonb
Serializes properties from a PropertySet to JSONB bytes.