Module properties

Module properties 

Source
Expand description

UDF to convert properties to dictionary-encoded arrays Property-related User Defined Functions (UDFs) for DataFusion

This module contains all UDFs for working with properties in Micromegas:

  • PropertyGet: Extract values from property lists
  • PropertiesToDict: Convert properties to dictionary encoding for memory efficiency
  • PropertiesToArray: Convert dictionary-encoded properties back to arrays
  • PropertiesLength: Get the length of properties (supports both formats)
  • PropertiesToJsonb: Convert properties to JSONB binary format

Modulesยง

properties_column_accessor
properties_to_dict_udf
properties_to_jsonb_udf
properties_udf
property_get
property_set
property_set_jsonb_dictionary_builder
utils
Utility functions for converting between property formats