RPresto-package | R Documentation |
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/.
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. Use FALSE
for immediate verbose
output, TRUE
for quiet operation.
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]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.