Function remote_collect_large_binary_column

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