pub fn from_arrow_array_with_len<A>(
array: A,
len: usize,
nullable: bool,
) -> VortexResult<ArrayRef>where
ArrayRef: FromArrowArray<A>,pub fn from_arrow_array_with_len<A>(
array: A,
len: usize,
nullable: bool,
) -> VortexResult<ArrayRef>where
ArrayRef: FromArrowArray<A>,