backend_dbplyr_v1 {RAthena} | R Documentation |
Athena S3 implementation of dbplyr backend functions (api version 1).
Description
These functions are used to build the different types of SQL queries. The AWS Athena implementation give extra parameters to allow access the to standard DBI Athena methods. They also utilise AWS Glue to speed up sql query execution.
Usage
db_explain.AthenaConnection(con, sql, ...)
db_query_fields.AthenaConnection(con, sql, ...)
Arguments
con |
A |
sql |
SQL code to be sent to AWS Athena |
... |
other parameters, currently not implemented |
Value
- db_explain
Returns AWS Athena explain statement
- db_query_fields
Returns sql query column names
[Package RAthena version 2.6.1 Index]