-
Notifications
You must be signed in to change notification settings - Fork 44
/
DESCRIPTION
96 lines (96 loc) · 2.25 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Package: RPresto
Title: DBI Connector to Presto
Version: 1.4.6.9000
Authors@R: c(
person('Onur Ismail', 'Filiz', , 'onur@fb.com', role='aut'),
person('Sergey', 'Goder', , 'sgoder@fb.com', role='aut'),
person('Jarod G.R.', 'Meng', , 'jarodm@fb.com', role=c('aut', 'cre')),
person('Thomas J.', 'Leeper', , 'thomasleeper@fb.com', role='ctb'),
person('John Myles', 'White', , 'johnmyleswhite@fb.com', role='ctb')
)
Copyright: Meta Platforms, 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,
utils,
purrr,
dplyr (>= 0.7.0),
dbplyr (>= 2.3.3),
tibble,
bit64,
rlang,
lifecycle,
lubridate,
progress,
vctrs
Suggests:
testthat,
hms,
knitr,
rmarkdown
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'
'PrestoSession.R'
'PrestoConnection.R'
'PrestoQuery.R'
'PrestoResult.R'
'RPresto-package.R'
'chunk.R'
'create.dummy.tables.R'
'cte.R'
'dbAppendTable.R'
'dbClearResult.R'
'dbConnect.R'
'dbCreateTable.R'
'dbCreateTableAs.R'
'dbDataType.R'
'dbDisconnect.R'
'dbExistsTable.R'
'dbFetch.R'
'dbGetInfo.R'
'dbGetQuery.R'
'dbGetRowCount.R'
'dbGetRowsAffected.R'
'dbGetStatement.R'
'dbHasCompleted.R'
'dbIsValid.R'
'dbListFields.R'
'dbListTables.R'
'dbQuoteIdentifier.R'
'dbQuoteLiteral.R'
'dbReadTable.R'
'dbRemoveTable.R'
'dbRenameTable.R'
'dbSendQuery.R'
'dbUnloadDriver.R'
'dbWriteTable.R'
'dbplyr-db.R'
'dbplyr-sql.R'
'dbplyr-src.R'
'default.R'
'fetch.R'
'presto.field.R'
'presto.field_utilities.R'
'request_headers.R'
'sqlCreateTable.R'
'sqlCreateTableAs.R'
'zzz.R'
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)