forked from prestodb/RPresto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
79 lines (79 loc) · 1.98 KB
/
DESCRIPTION
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
73
74
75
76
77
78
79
Package: RPresto
Title: DBI Connector to Presto
Version: 1.3.0.9000
Authors@R: c(
person('Onur Ismail', 'Filiz', , '[email protected]', role=c('aut', 'cre')),
person('Sergey', 'Goder', , '[email protected]', role='aut'),
person('John Myles', 'White', , '[email protected]', 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
Suggests:
testthat,
dplyr (>= 0.4.3),
dbplyr
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'
'utility_functions.R'
'PrestoSession.R'
'PrestoConnection.R'
'PrestoCursor.R'
'PrestoResult.R'
'RcppExports.R'
'copy.to.src.presto.R'
'db.data.type.PrestoConnection.R'
'dbplyr_compatible.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'
'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'
'src.translate.env.src.presto.R'
'sql_translate_env.R'
'src.desc.src.presto.R'
'src.presto.R'
'tbl.src.presto.R'
RoxygenNote: 6.0.1
LinkingTo: Rcpp