# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
bqs_set_log_verbosity <- function(severity) {
invisible(.Call(`_bigrquerystorage_bqs_set_log_verbosity`, severity))
}
bqs_init_logger <- function() {
invisible(.Call(`_bigrquerystorage_bqs_init_logger`))
}
grpc_version <- function() {
.Call(`_bigrquerystorage_grpc_version`)
}
bqs_client <- function(client_info, service_configuration, refresh_token = "", access_token = "", root_certificate = "", target = "bigquerystorage.googleapis.com:443") {
.Call(`_bigrquerystorage_bqs_client`, client_info, service_configuration, refresh_token, access_token, root_certificate, target)
}
bqs_ipc_stream <- function(client, project, dataset, table, parent, n, selected_fields, row_restriction = "", sample_percentage = -1L, timestamp_seconds = 0L, timestamp_nanos = 0L, quiet = FALSE) {
.Call(`_bigrquerystorage_bqs_ipc_stream`, client, project, dataset, table, parent, n, selected_fields, row_restriction, sample_percentage, timestamp_seconds, timestamp_nanos, quiet)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.