mz_expr
0.0.0
In mz_
expr::
scalar::
func::
impls::
int16
Structs
AbsInt16
BitNotInt16
CastInt16ToFloat32
CastInt16ToFloat64
CastInt16ToInt32
CastInt16ToInt64
CastInt16ToNumeric
CastInt16ToString
CastInt16ToUint16
CastInt16ToUint32
CastInt16ToUint64
NegInt16
Functions
abs_int16
bit_not_int16
cast_int16_to_float32
cast_int16_to_float64
cast_int16_to_int32
cast_int16_to_int64
cast_int16_to_string
cast_int16_to_uint16
cast_int16_to_uint32
cast_int16_to_uint64
neg_int16
mz_expr
::
scalar
::
func
::
impls
::
int16
Function
cast_int16_to_uint16
Copy item path
Settings
Help
Summary
Source
pub fn cast_int16_to_uint16<'a>(a:
i16
) ->
Result
<
u16
,
EvalError
>