Re-exports
pub use impls::*;
Modules
encoding 🔒
Encoding and decoding support for various formats that represent binary data
as text data.
format 🔒
Data type formatting functions.
impls 🔒
macros 🔒
Macros
Structs
Enums
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
__Field 🔒
Constants
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
FIELDS 🔒
VARIANTS 🔒
VARIANTS 🔒
VARIANTS 🔒
VARIANTS 🔒
Traits
A description of an SQL unary function that operates on eagerly evaluated expressions
A description of an SQL unary function that has the ability to lazy evaluate its arguments
Functions
Constructs a new multidimensional array out of an arbitrary number of
lower-dimensional arrays.
Constructs a new zero or one dimensional array out of an arbitrary number of
scalars.
coalesce 🔒
contains 🔒
decode 🔒
encode 🔒
eq 🔒
get_byte 🔒
greatest 🔒
gt 🔒
gte 🔒
least 🔒
left 🔒
lt 🔒
lte 🔒
not_eq 🔒
Parses a named timezone like
EST
or America/New_York
, or a fixed-offset timezone like -05:00
.position 🔒
power 🔒
replace 🔒
right 🔒
sub_date 🔒
sub_time 🔒
substr 🔒
Converts the time datum
b
, which is assumed to be in UTC, to the timezone that the interval datum a
is assumed
to represent. The interval is not allowed to hold months, but there are no limits on the amount of seconds.
The interval acts like a chrono::FixedOffset
, without the -86,400 < x < 86,400
limitation.Converts the timestamp datum
b
, which is assumed to be in the time of the timezone datum a
to a timestamptz
in UTC. The interval is not allowed to hold months, but there are no limits on the amount of seconds.
The interval acts like a chrono::FixedOffset
, without the -86,400 < x < 86,400
limitation.Converts the UTC timestamptz datum
b
, to the local timestamp of the timezone datum a
.
The interval is not allowed to hold months, but there are no limits on the amount of seconds.
The interval acts like a chrono::FixedOffset
, without the -86,400 < x < 86,400
limitation.trim 🔒