Module cast

Source

Constants§

PARSE_ERROR_STR_TO_BYTEA

Functions§

get_hex 🔒
Ref: https://docs.rs/hex/0.4.3/src/hex/lib.rs.html#175-185
i64_to_timestamp
Converts UNIX epoch time to timestamp.
i64_to_timestamptz
Converts UNIX epoch time to timestamptz.
parse_bytes_hex
Refer to https://www.postgresql.org/docs/current/datatype-binary.html#id-1.5.7.12.10 for specification.
parse_bytes_traditional
Refer to https://www.postgresql.org/docs/current/datatype-binary.html#id-1.5.7.12.10 for specification.
str_to_bool
Parse a string into a bool.
str_to_bytea
Refer to PostgreSQL’s implementation https://github.com/postgres/postgres/blob/5cb54fc310fb84287cbdc74533f3420490a2f63a/src/backend/utils/adt/varlena.c#L276-L288

Type Aliases§

Result 🔒