Skip to main content

Module decode

Module decode 

Source
Expand description

Text-format PostgreSQL value decoding (pgoutput / bootstrap cast-to-text).

Functions§

decode_column_value_text
Back-compat alias used by existing tests in the source crate.
decode_text_to_element_value
Decode text directly to ElementValue using the canonical mapping.
decode_text_to_postgres_value
Decode a pgoutput/text column into a PostgresValue.
string_element
Format helper used when a column cannot be converted — preserve as string ElementValue.