mz_expr
0.0.0
In mz_
expr::
scalar::
func::
impls::
int32
Structs
AbsInt32
BitNotInt32
CastInt32ToBool
CastInt32ToFloat32
CastInt32ToFloat64
CastInt32ToInt16
CastInt32ToInt64
CastInt32ToNumeric
CastInt32ToOid
CastInt32ToPgLegacyChar
CastInt32ToString
CastInt32ToUint16
CastInt32ToUint32
CastInt32ToUint64
Chr
NegInt32
Functions
abs_int32
bit_not_int32
cast_int32_to_bool
cast_int32_to_float32
cast_int32_to_float64
cast_int32_to_int16
cast_int32_to_int64
cast_int32_to_oid
cast_int32_to_pg_legacy_char
cast_int32_to_string
cast_int32_to_uint16
cast_int32_to_uint32
cast_int32_to_uint64
chr
neg_int32
mz_expr
::
scalar
::
func
::
impls
::
int32
Function
cast_int32_to_uint32
Copy item path
Settings
Help
Summary
Source
pub fn cast_int32_to_uint32<'a>(a:
i32
) ->
Result
<
u32
,
EvalError
>