Function reference
-
Presto()
dbConnect(<PrestoDriver>)
dbDisconnect(<PrestoConnection>)
- Connect to a Presto database
-
dbCreateTableAs()
- Create a table in database using a statement
-
dbDataType(<PrestoDriver>)
- Return the corresponding presto data type for the given R
object
-
dbGetInfo(<PrestoDriver>)
dbGetInfo(<PrestoConnection>)
dbGetInfo(<PrestoResult>)
- Metadata about database objects
-
db_list_tables(<PrestoConnection>)
db_has_table(<PrestoConnection>)
db_write_table(<PrestoConnection>)
db_copy_to(<PrestoConnection>)
db_compute(<PrestoConnection>)
db_sql_render(<PrestoConnection>)
- dbplyr database methods
-
sql_query_save(<PrestoConnection>)
- dbplyr SQL methods
-
dbplyr_edition(<PrestoConnection>)
- Inform the dbplyr version used in this package
-
presto_default()
presto_has_default()
- Check if default database is available.
-
sqlCreateTableAs()
- Compose query to create a simple table using a statement
-
src_presto()
- dplyr integration to connect to a Presto database.