pub fn extract_row_at_idx_to_buf( columns: &[ArrayRef], idx: usize, buf: &mut Vec<ScalarValue>, ) -> Result<()>
Extracts a row at the specified index from a set of columns and stores it in the provided buffer.