Package 'adbcbigquery'

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

Help Index


ADBC BigQuery Driver

Description

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

Value

An adbcdrivermanager::adbc_driver()

Examples

adbcbigquery()