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