Package: RPresto 1.4.6.9000
RPresto: DBI Connector to Presto
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/>.
Authors:
RPresto_1.4.6.9000.tar.gz
RPresto_1.4.6.9000.zip(r-4.5)RPresto_1.4.6.9000.zip(r-4.4)RPresto_1.4.6.9000.zip(r-4.3)
RPresto_1.4.6.9000.tgz(r-4.4-any)RPresto_1.4.6.9000.tgz(r-4.3-any)
RPresto_1.4.6.9000.tar.gz(r-4.5-noble)RPresto_1.4.6.9000.tar.gz(r-4.4-noble)
RPresto_1.4.6.9000.tgz(r-4.4-emscripten)RPresto_1.4.6.9000.tgz(r-4.3-emscripten)
RPresto.pdf |RPresto.html✨
RPresto/json (API)
NEWS
# Install 'RPresto' in R: |
install.packages('RPresto', repos = c('https://prestodb.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/prestodb/rpresto/issues
Last updated 7 months agofrom:804c29aff1. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 13 2024 |
R-4.5-win | NOTE | Nov 13 2024 |
R-4.5-linux | NOTE | Nov 13 2024 |
R-4.4-win | NOTE | Nov 13 2024 |
R-4.4-mac | NOTE | Nov 13 2024 |
R-4.3-win | NOTE | Nov 13 2024 |
R-4.3-mac | NOTE | Nov 13 2024 |
Exports:add_chunkdbAppendTabledbClearResultdbConnectdbCreateTabledbCreateTableAsdbDataTypedbDisconnectdbExistsTabledbFetchdbGetInfodbGetQuerydbGetRowCountdbGetRowsAffecteddbGetStatementdbHasCompleteddbIsValiddbListFieldsdbListTablesdbQuoteIdentifierdbQuoteLiteraldbReadTabledbRemoveTabledbRenameTabledbSendQuerydbUnloadDriverdbWriteTabledummyPrestoConnectionfetchkerberos_configsPrestopresto_defaultpresto_has_defaultshowsqlCreateTablesqlCreateTableAssrc_presto
Dependencies:askpassbitbit64blobclicpp11crayoncurlDBIdbplyrdplyrfansigenericsgluehmshttrjsonlitelifecyclelubridatemagrittrmimeopensslpillarpkgconfigprettyunitsprogresspurrrR6rlangstringistringrsystibbletidyrtidyselecttimechangeutf8vctrswithr
Common Table Expressions (CTEs)
Rendered fromcommon-table-expressions.Rmd
usingknitr::rmarkdown
on Nov 13 2024.Last update: 2022-09-27
Started: 2022-09-16
Primitive Presto data types to R types
Rendered fromprimitive-types.Rmd
usingknitr::rmarkdown
on Nov 13 2024.Last update: 2022-10-26
Started: 2022-09-06
Translating complex Presto data types
Rendered fromcomplex-types.Rmd
usingknitr::rmarkdown
on Nov 13 2024.Last update: 2022-11-16
Started: 2022-09-06
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add a chunk field to a data frame | add_chunk |
dbplyr database methods | db_compute.PrestoConnection db_copy_to.PrestoConnection db_has_table.PrestoConnection db_list_tables.PrestoConnection db_sql_render.PrestoConnection db_write_table.PrestoConnection |
Create a table in database using a statement | dbCreateTableAs |
Return the corresponding presto data type for the given R 'object' | dbDataType,PrestoDriver-method |
Metadata about database objects | dbGetInfo,PrestoConnection-method dbGetInfo,PrestoDriver-method dbGetInfo,PrestoResult-method |
Inform the dbplyr version used in this package | dbplyr_edition.PrestoConnection |
Rename a table | dbRenameTable |
A convenient wrapper around Kerberos config | kerberos_configs |
Connect to a Presto database | dbConnect,PrestoDriver-method dbDisconnect,PrestoConnection-method Presto |
Check if default database is available. | presto_default presto_has_default |
dbplyr SQL methods | sql_query_save.PrestoConnection |
Compose query to create a simple table using a statement | sqlCreateTableAs |
dplyr integration to connect to a Presto database. | src_presto |