impl_numeric_array_constructors

Macro impl_numeric_array_constructors 

Source
macro_rules! impl_numeric_array_constructors {
    ($array:ident, $bound:ident) => { ... };
}
Expand description

Implements standard constructors for columnar array types with data, null_mask, and PhantomData fields.

ยงArguments

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