risingwave_common::array::primitive_array

Macro impl_primitive_for_others

source
macro_rules! impl_primitive_for_others {
    ($({ $scalar_type:ty, $array_type_pb:ident, $array_impl_variant:ident } ),*) => { ... };
}
Expand description

These types have to_protobuf and implement Hash.