risingwave_common::array::arrow::arrow_53::arrow_impl

Macro converts

source
macro_rules! converts {
    ($ArrayType:ty, $ArrowType:ty) => { ... };
    ($ArrayType:ty, $ArrowType:ty, @map) => { ... };
}
Expand description

Implement bi-directional From between concrete array types.