Package: RPresto
Title: DBI Connector to Presto
Version: 1.3.7
Authors@R: c(
    person('Onur Ismail', 'Filiz', , 'onur@fb.com', role='aut'),
    person('Sergey', 'Goder', , 'sgoder@fb.com', role='aut'),
    person(
        'Thomas J.', 'Leeper', ,
        'thomasleeper@fb.com',
        role=c('ctb', 'cre')
    ),
    person('John Myles', 'White', , 'johnmyleswhite@fb.com', role='ctb'),
    person('Jarod G.R.', 'Meng', , 'jarodm@fb.com', role='ctb')
    )
Copyright: Facebook, Inc. 2015-present.
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/>.
Depends: R (>= 3.1.0), methods
Imports: DBI (>= 0.3.0), httr (>= 0.6), openssl, jsonlite, stringi,
        stats, Rcpp (>= 0.12.7), utils, purrr
Suggests: testthat, dplyr (>= 0.7.0), dbplyr
License: BSD_3_clause + file LICENSE
URL: https://github.com/prestodb/RPresto
BugReports: https://github.com/prestodb/RPresto/issues
Encoding: UTF-8
Collate: 'PrestoDriver.R' 'Presto.R' 'utility_functions.R'
        'PrestoSession.R' 'PrestoConnection.R' 'PrestoCursor.R'
        'PrestoResult.R' 'RcppExports.R' 'src.presto.R'
        'copy.to.src.presto.R' 'db.data.type.PrestoConnection.R'
        'dbplyr_compatible.R' 'db.explain.PrestoConnection.R'
        'db.query.rows.PrestoConnection.R' 'request_headers.R'
        'dbHasCompleted.R' 'dbClearResult.R' 'dbConnect.R'
        'dbDataType.R' 'dbDisconnect.R' 'dbSendQuery.R'
        'json.tabular.to.data.frame.R' 'extract.data.R'
        'parse.response.R' 'dbFetch.R' 'dbGetQuery.R' 'dbListTables.R'
        'dbExistsTable.R' 'dbGetInfo.R' 'dbGetRowCount.R'
        'dbGetStatement.R' 'dbIsValid.R' 'dbListFields.R'
        'dbUnloadDriver.R' 'description_from_info.R'
        'db_desc.PrestoConnection.R' 'db_query_fields.R' 'fetch.R'
        'help.R' 'sql_escape_date.R' 'sql_escape_datetime.R'
        'sql_translate_env.R' 'tbl.src.presto.R'
RoxygenNote: 7.1.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2021-09-04 12:16:05 UTC; thomasleeper
Author: Onur Ismail Filiz [aut],
  Sergey Goder [aut],
  Thomas J. Leeper [ctb, cre],
  John Myles White [ctb],
  Jarod G.R. Meng [ctb]
Maintainer: Thomas J. Leeper <thomasleeper@fb.com>
Repository: CRAN
Date/Publication: 2021-09-04 12:40:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-09-05 11:05:30 UTC; unix
Archs: RPresto.so.dSYM
