pub async fn remote_collect_utf8_column( options: ConnectionOptions, sql: impl Into<String>, col_idx: usize, ) -> Result<Vec<Option<String>>>