impl_masked_array

Macro impl_masked_array 

Source
macro_rules! impl_masked_array {
    ($array:ident, $bound:ident, $container:ty, $logicaltype:ty $(, $extra_field:ident)?) => { ... };
}
Expand description

Implements the MaskedArray trait for the given struct and bound.

ยงArguments

  • $array - The array struct (e.g., IntegerArray)
  • $bound - The trait bound for T (e.g., Integer)