Function re_arrow2::bitmap::chunk_iter_to_vec
source · pub fn chunk_iter_to_vec<T: BitChunk, I: TrustedLen<Item = T>>(
iter: I
) -> Vec<u8>Expand description
Creates a Vec<u8> from a TrustedLen of BitChunk.
pub fn chunk_iter_to_vec<T: BitChunk, I: TrustedLen<Item = T>>(
iter: I
) -> Vec<u8>Creates a Vec<u8> from a TrustedLen of BitChunk.