Skip to contents

ADBC BigQuery Driver

Usage

adbcbigquery()

# S3 method for class 'adbcbigquery_driver_bigquery'
adbc_database_init(driver, ..., token = NULL)

# S3 method for class 'adbcbigquery_database'
adbc_connection_init(database, ...)

# S3 method for class 'adbcbigquery_connection'
adbc_statement_init(connection, ...)

Arguments

driver

An adbc_driver().

...

Extra key/value options passed to the driver.

token

A token obtained from bigrquery::bq_token() or gargle::token_fetch(). This is the easiest way to authenticate.

database

An adbc_database.

connection

An adbc_connection

Examples

adbcbigquery()
#> <adbcbigquery_driver_bigquery> List of 2
#>  $ driver_init_func:Class 'adbc_driver_init_func' <externalptr> 
#>  $ .child_count    : int 0