fn jsonb_value_to_log_value_data( column_name: &str, value: Value<'_>, allow_float: bool, ) -> Result<Option<(ValueData, ColumnDataType)>>