RPresto-package {RPresto} | R Documentation |
RPresto: DBI Connector to Presto
Description
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/.
Package options
rpresto.max.rows
Max number of rows to be fetched before a warning is given.
rpresto.quiet
Verbose output during processing? The default value,
NA
, turns on verbose output for interactive queries that run longer than two seconds. UseFALSE
for immediate verbose output,TRUE
for quiet operation.
Author(s)
Maintainer: Jarod G.R. Meng jarodm@fb.com
Authors:
Onur Ismail Filiz onur@fb.com
Sergey Goder sgoder@fb.com
Other contributors:
Thomas J. Leeper thomasleeper@fb.com [contributor]
John Myles White johnmyleswhite@fb.com [contributor]
See Also
Useful links: