fn bool_to_numeric_cast<T>(
from: &BooleanArray,
_cast_options: &CastOptions<'_>,
) -> PrimitiveArray<T>where
T: ArrowPrimitiveType,
T::Native: NumCast,
fn bool_to_numeric_cast<T>(
from: &BooleanArray,
_cast_options: &CastOptions<'_>,
) -> PrimitiveArray<T>where
T: ArrowPrimitiveType,
T::Native: NumCast,