-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
62 lines (57 loc) · 1.87 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
# Generated by roxygen2 (4.1.0): do not edit by hand
S3method(copy_to,src_vertica)
S3method(db_analyze,VerticaConnection)
S3method(db_create_index,VerticaConnection)
S3method(db_create_indexes,VerticaConnection)
S3method(db_create_table,VerticaConnection)
S3method(db_create_table,src_vertica)
S3method(db_data_type,VerticaConnection)
S3method(db_drop_table,VerticaConnection)
S3method(db_drop_table,src_vertica)
S3method(db_drop_view,VerticaConnection)
S3method(db_drop_view,src_vertica)
S3method(db_explain,VerticaConnection)
S3method(db_has_table,VerticaConnection)
S3method(db_has_table,src_vertica)
S3method(db_list_tables,VerticaConnection)
S3method(db_list_tables,src_vertica)
S3method(db_query_fields,VerticaConnection)
S3method(db_query_rows,VerticaConnection)
S3method(db_save_query,VerticaConnection)
S3method(db_save_query,src_vertica)
#S3method(sql_escape_ident,VerticaConnection)
#S3method(sql_escape_string,VerticaConnection)
#S3method(sql_join,VerticaConnection)
#S3method(sql_semi_join,VerticaConnection)
#S3method(sql_set_op,VerticaConnection)
#S3method(sql_subquery,VerticaConnection)
S3method(src_desc,src_vertica)
S3method(sql_translate_env,VerticaConnection)
S3method(sql_translate_env,src_vertica)
S3method(tbl,src_vertica)
S3method(collect,tbl_vertica)
S3method(sql_build,op_udf)
S3method(sql_render,udf_query)
S3method(select_,tbl_vertica)
S3method(select_,src_vertica)
S3method(sql_build,op_system)
S3method(sql_render,system_query)
S3method(op_vars,op_system)
S3method(op_grps,op_system)
S3method(op_sort,op_system)
S3method(sql_build,op_custom_R_udf)
S3method(sql_render,custom_R_udf_query)
S3method(print,tbl_vertica)
export(db_drop_view)
export(db_load_from_file)
export(db_save_view)
export(list_udf)
export(src_vertica)
export(tbl2darray)
export(tbl2darrays)
export(tbl2dframe)
export(execute_udf)
export(execute_custom_R_udf)
import(assertthat)
import(dbplyr)
import(methods)