DBI Connector to Presto
Add a chunk field to a data frame
Append to a table in database using a statement
Create a table in database using a statement
Return the corresponding presto data type for the given R object
Metadata about database objects
Inform the dbplyr version used in this package
S3 implementation of sql_query_fields for Presto.
dbplyr database methods
dbplyr SQL methods
Rename a table
S3 implementation of db_desc for Presto.
dplyr integration to connect to a table in a database.
Create dummy tables in Presto for testing
A dummy PrestoConnection
Get column names from a SQL query or tbl_presto object
Get column names from a table
A convenient wrapper around Kerberos config
Get window frame for lazy_unnest_query
Get grouping variables for lazy_unnest_query
Get sorting variables for lazy_unnest_query
Get column names for lazy_unnest_query
Check if default database is available.
Get column type information for a Presto table or query
Unnest array columns in Presto tables
Connect to a Presto database
S4 implementation of DBIConnection for Presto.
An S4 class to represent a Presto Driver (and methods) It is used pure...
Class to encapsulate a Presto query
An S4 class to represent a Presto Result
Class to encapsulate a Presto session
Reorder SELECT columns to match target order
RPresto: DBI Connector to Presto
Build SQL for lazy_unnest_query
Render SQL for unnest_query objects
Compose query to append to a table using a statement
Compose query to create a simple table using a statement
dplyr integration to connect to a Presto database.
Validate that column names match between table and query
Implements a 'DBI' compliant interface to Presto. Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes: <https://prestodb.io/>.