macro_rules! impl_masked_array {
($array:ident, $bound:ident, $container:ty, $logicaltype:ty $(, $extra_field:ident)?) => { ... };
}Expand description
Implements the MaskedArray
ยงArguments
$array- The array struct (e.g., IntegerArray)$bound- The trait bound for T (e.g., Integer)