Title: | 'Arrow' Database Connectivity ('ADBC') 'BigQuery' Driver |
---|---|
Description: | Provides a developer-facing interface to the 'Arrow' Database Connectivity ('ADBC') 'BigQuery' driver for the purposes of building high-level database interfaces for users. 'ADBC' <https://arrow.apache.org/adbc/> is an API standard for database access libraries that uses 'Arrow' for result sets and query parameters. |
Authors: | Dewey Dunnington [aut, cre] , Apache Arrow [aut, cph], Apache Software Foundation [cph] |
Maintainer: | Dewey Dunnington <[email protected]> |
License: | Apache License (>= 2) |
Version: | 0.15.0 |
Built: | 2024-11-13 05:15:43 UTC |
Source: | https://github.com/apache/arrow-adbc |
ADBC BigQuery Driver
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, ...)
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, ...)
driver |
An |
... |
Extra key/value options passed to the driver. |
token |
A token obtained from |
database |
An adbc_database. |
connection |
An adbcdrivermanager::adbc_driver()
adbcbigquery()
adbcbigquery()