Expand description
Convert arrow array into Property instances
Functionsยง
- add_
properties_ to_ builder - Adds a set of properties from a
HashMapto an Arrow list builder. - add_
properties_ to_ jsonb_ builder - Adds a set of properties from a
HashMapto a dictionary-encoded JSONB builder. - add_
property_ set_ to_ builder - Adds a set of properties from a
PropertySetto an Arrow list builder. - add_
property_ set_ to_ jsonb_ builder - Adds a set of properties from a
PropertySetto 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.