-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
89 lines (88 loc) · 2.59 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
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
# Generated by roxygen2: do not edit by hand
S3method(as.character,Id)
S3method(create_index,DBIConnection)
S3method(create_index,PqConnection)
S3method(create_index,SQLiteConnection)
S3method(db_timestamp,"NULL")
S3method(db_timestamp,SQLiteConnection)
S3method(db_timestamp,default)
S3method(db_timestamp,duckdb_connection)
S3method(digest_to_checksum,"tbl_Microsoft SQL Server")
S3method(digest_to_checksum,data.frame)
S3method(digest_to_checksum,default)
S3method(digest_to_checksum,tbl_PqConnection)
S3method(digest_to_checksum,tbl_duckdb_connection)
S3method(dplyr::anti_join,tbl_sql)
S3method(dplyr::full_join,tbl_sql)
S3method(dplyr::inner_join,tbl_sql)
S3method(dplyr::left_join,tbl_sql)
S3method(dplyr::right_join,tbl_sql)
S3method(dplyr::semi_join,tbl_sql)
S3method(filter_keys,data.frame)
S3method(filter_keys,tbl_sql)
S3method(get_catalog,"Microsoft SQL Server")
S3method(get_catalog,Id)
S3method(get_catalog,default)
S3method(get_catalog,duckdb_connection)
S3method(get_catalog,tbl_dbi)
S3method(get_connection,OdbcDriver)
S3method(get_connection,PqDriver)
S3method(get_connection,SQLiteDriver)
S3method(get_connection,default)
S3method(get_connection,duckdb_driver)
S3method(get_schema,"Microsoft SQL Server")
S3method(get_schema,"NULL")
S3method(get_schema,Id)
S3method(get_schema,PqConnection)
S3method(get_schema,SQLiteConnection)
S3method(get_schema,duckdb_connection)
S3method(get_schema,tbl_dbi)
S3method(get_tables,"Microsoft SQL Server")
S3method(get_tables,DBIConnection)
S3method(get_tables,OdbcConnection)
S3method(get_tables,PqConnection)
S3method(get_tables,SQLiteConnection)
S3method(get_tables,duckdb_connection)
S3method(id,Id)
S3method(id,character)
S3method(id,data.frame)
S3method(id,tbl_dbi)
S3method(interlace,tbl_sql)
S3method(schema_exists,DBIConnection)
S3method(schema_exists,SQLiteConnection)
S3method(schema_exists,default)
S3method(table_exists,DBIConnection)
S3method(tidyr::unite,tbl_dbi)
export(Logger)
export(LoggerNull)
export(close_connection)
export(create_index)
export(create_logs_if_missing)
export(create_table)
export(db_timestamp)
export(defer_db_cleanup)
export(digest_to_checksum)
export(filter_keys)
export(get_catalog)
export(get_connection)
export(get_schema)
export(get_table)
export(get_tables)
export(id)
export(interlace)
export(interlace_sql)
export(is.historical)
export(lock_table)
export(nrow)
export(schema_exists)
export(slice_time)
export(table_exists)
export(unique_table_name)
export(unlock_table)
export(update_snapshot)
import(parallelly)
importClassesFrom(DBI,DBIConnection)
importFrom(R6,R6Class)
importFrom(methods,setGeneric)
importFrom(rlang,":=")
importFrom(rlang,.data)