AthenaWriteTables       Convenience functions for reading/writing DBMS
                        tables
Query                   Execute a query on Athena
assume_role             Assume AWS ARN Role
athena                  Athena Driver
backend_dbplyr_v1       Athena S3 implementation of dbplyr backend
                        functions (api version 1).
backend_dbplyr_v2       Athena S3 implementation of dbplyr backend
                        functions (api version 2).
dbClearResult           Clear Results
dbColumnInfo            Information about result types
dbConnect,AthenaDriver-method
                        Connect to Athena using R's sdk paws
dbConvertTable          Simple wrapper to convert Athena backend file
                        types
dbDataType,AthenaDriver,ANY-method
                        Determine SQL data type of object
dbDisconnect            Disconnect (close) an Athena connection
dbExistsTable           Does Athena table exist?
dbFetch                 Fetch records from previously executed query
dbGetInfo               Get DBMS metadata
dbGetPartition          Athena table partitions
dbGetQuery              Send query, retrieve results and then clear
                        result set
dbGetStatement          Get the statement associated with a result set
dbGetTables             List Athena Schema, Tables and Table Types
dbHasCompleted          Completion status
dbIsValid               Is this DBMS object still valid?
dbListFields            List Field names of Athena table
dbListTables            List Athena Tables
dbQuote                 Quote Identifiers
dbRemoveTable           Remove table from Athena
dbShow                  Show Athena table's DDL
dbStatistics            Show AWS Athena Statistics
db_compute              S3 implementation of 'db_compute' for Athena
db_connection_describe
                        S3 implementation of 'db_connection_describe'
                        for Athena (api version 2).
db_copy_to              S3 implementation of 'db_copy_to' for Athena
db_desc                 S3 implementation of 'db_desc' for Athena (api
                        version 1).
dbplyr_edition          Declare which version of dbplyr API is being
                        called.
noctua-package          noctua: a DBI interface into Athena using paws
                        SDK
noctua_options          A method to configure noctua backend options.
session_token           Get Session Tokens for PAWS Connection
sqlCreateTable          Creates query to create a simple Athena table
sqlData                 Converts data frame into suitable format to be
                        uploaded to Athena
sql_translate_env       AWS Athena backend dbplyr version 1 and 2
work_group              Athena Work Groups
