pub fn rows_to_chunks( rows: Vec<Vec<Value>>, chunk_size: usize, ) -> Result<Vec<DataChunk>, OperatorError>
Converts sorted rows to DataChunks.