pub(crate) fn row_lengths( cols: &[ArrayRef], encoders: &[Encoder<'_>], ) -> Vec<usize>
Computes the length of each encoded Rows and returns an empty Rows
Rows