forked from prestodb/RPresto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 1.81 KB
/
DESCRIPTION
File metadata and controls
72 lines (72 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: RPresto
Title: DBI Connector to Presto
Version: 1.2.1.9000
Authors@R: c(
person('Onur Ismail', 'Filiz', , 'onur@fb.com', role=c('aut', 'cre')),
person('Sergey', 'Goder', , 'sgoder@fb.com', role='aut'),
person('John Myles', 'White', , 'johnmyleswhite@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),
RCurl,
jsonlite,
stringi,
stats,
Rcpp
Suggests:
testthat,
dplyr (>= 0.4.3)
License: BSD_3_clause + file LICENSE
URL: https://github.com/prestodb/RPresto
BugReports: https://github.com/prestodb/RPresto/issues
Encoding: UTF-8
LazyData: true
Collate:
'PrestoDriver.R'
'Presto.R'
'PrestoConnection.R'
'utility_functions.R'
'PrestoCursor.R'
'PrestoResult.R'
'RcppExports.R'
'copy.to.src.presto.R'
'db.data.type.PrestoConnection.R'
'db.explain.PrestoConnection.R'
'db.query.rows.PrestoConnection.R'
'dbHasCompleted.R'
'dbClearResult.R'
'dbConnect.R'
'dbDataType.R'
'dbDisconnect.R'
'dbSendQuery.R'
'json.tabular.to.data.frame.R'
'extract.data.R'
'dbFetch.R'
'dbGetQuery.R'
'dbListTables.R'
'dbExistsTable.R'
'dbGetInfo.R'
'dbGetRowCount.R'
'dbGetStatement.R'
'dbIsValid.R'
'dbListFields.R'
'dbUnloadDriver.R'
'db_query_fields.R'
'fetch.R'
'help.R'
'src.translate.env.src.presto.R'
'sql_translate_env.R'
'src.desc.src.presto.R'
'src.presto.R'
'tbl.src.presto.R'
RoxygenNote: 5.0.1
LinkingTo: Rcpp