Constants§
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 🔒