Access and Query Amazon Athena via DBI/JDBC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 rivejä
642 B

7 vuotta sitten
# Generated by roxygen2: do not edit by hand
export(Athena)
export(athena_connect)
5 vuotta sitten
export(db_data_type.AthenaConnection)
export(read_credentials)
5 vuotta sitten
export(sql_translate_env.AthenaConnection)
export(use_credentials)
7 vuotta sitten
exportClasses(AthenaConnection)
exportClasses(AthenaDriver)
exportClasses(AthenaResult)
exportMethods(dbConnect)
6 vuotta sitten
exportMethods(dbExistsTable)
7 vuotta sitten
exportMethods(dbGetQuery)
6 vuotta sitten
exportMethods(dbListFields)
exportMethods(dbListTables)
exportMethods(dbReadTable)
7 vuotta sitten
exportMethods(dbSendQuery)
import(DBI)
import(RJDBC)
5 vuotta sitten
import(bit64)
importFrom(aws.signature,read_credentials)
importFrom(aws.signature,use_credentials)
importFrom(rJava,.jcall)