-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
64 lines (63 loc) · 1.67 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(RAthena_options)
export(assume_role)
export(athena)
export(create_work_group)
export(dbConvertTable)
export(dbGetPartition)
export(dbGetTables)
export(dbShow)
export(dbStatistics)
export(dbplyr_edition.AthenaConnection)
export(delete_work_group)
export(get_session_token)
export(get_work_group)
export(install_boto)
export(list_work_groups)
export(sql_escape_date.AthenaConnection)
export(sql_escape_datetime.AthenaConnection)
export(sql_escape_string.AthenaConnection)
export(sql_translate_env.AthenaConnection)
export(sql_translation.AthenaConnection)
export(tag_options)
export(update_work_group)
exportClasses(AthenaConnection)
exportClasses(AthenaDriver)
exportClasses(AthenaResult)
exportMethods(dbClearResult)
exportMethods(dbColumnInfo)
exportMethods(dbConnect)
exportMethods(dbConvertTable)
exportMethods(dbDataType)
exportMethods(dbDisconnect)
exportMethods(dbExecute)
exportMethods(dbExistsTable)
exportMethods(dbFetch)
exportMethods(dbGetInfo)
exportMethods(dbGetPartition)
exportMethods(dbGetQuery)
exportMethods(dbGetStatement)
exportMethods(dbGetTables)
exportMethods(dbHasCompleted)
exportMethods(dbIsValid)
exportMethods(dbListFields)
exportMethods(dbListTables)
exportMethods(dbQuoteIdentifier)
exportMethods(dbQuoteString)
exportMethods(dbRemoveTable)
exportMethods(dbSendQuery)
exportMethods(dbSendStatement)
exportMethods(dbShow)
exportMethods(dbStatistics)
exportMethods(dbWriteTable)
exportMethods(show)
exportMethods(sqlCreateTable)
exportMethods(sqlData)
import(DBI)
import(data.table)
import(methods)
import(reticulate)
importFrom(stats,runif)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)