DBI Connector to Presto


[Up] [Top]

Documentation for package ‘RPresto’ version 1.3.7

Help Pages

dbConnect-method Connect to a Presto database
dbDataType-method Return the corresponding presto data type for the given R 'object'
dbDisconnect-method Connect to a Presto database
dbGetInfo-method Metadata about database objects
package-RPresto RPresto
Presto Connect to a Presto database
PrestoCursor Internal implementation detail class needed for its side-effects. When dbFetch is called, we need to both return the data and update the uri to the next value.
PrestoCursor-class Internal implementation detail class needed for its side-effects. When dbFetch is called, we need to both return the data and update the uri to the next value.
PrestoSession Internal implementation detail class needed for its side-effects. When SET/RESET SESSION queries are called, session parameters need to be maintained by the client and requires an in-place update.
PrestoSession-class Internal implementation detail class needed for its side-effects. When SET/RESET SESSION queries are called, session parameters need to be maintained by the client and requires an in-place update.
RPresto RPresto
src_presto dplyr integration to connect to a Presto database.
tbl.src_presto dplyr integration to connect to a Presto database.