risingwave_
common
2.2.0-alpha
Module scalar_
impl
Module Items
Macros
Traits
In risingwave_
common::
types
risingwave_common
::
types
Module
scalar_impl
Copy item path
source
Macros
§
impl_
all_
native_
scalar
🔒
Implement
Scalar
and
ScalarRef
for native type. For
PrimitiveArrayItemType
, clone is trivial, so
T
is both
Scalar
and
ScalarRef
.
Traits
§
Scalar
Partial
Ord
ScalarPartialOrd
allows comparison between
Scalar
and
ScalarRef
.