-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathNAMESPACE
366 lines (365 loc) · 10.5 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# Generated by roxygen2: do not edit by hand
S3method(.cstr_construct.relational_relexpr_constant,relexpr_constant)
S3method(.cstr_construct.relational_relexpr_function,relexpr_function)
S3method(.cstr_construct.relational_relexpr_reference,relexpr_reference)
S3method(.cstr_construct.relational_relexpr_window,relexpr_window)
S3method(add_count,duckplyr_df)
S3method(anti_join,duckplyr_df)
S3method(arrange,duckplyr_df)
S3method(as.data.frame,duckplyr_df)
S3method(as.data.frame,lazy_duckplyr_df)
S3method(as_duckdb_tibble,data.frame)
S3method(as_duckdb_tibble,default)
S3method(as_duckdb_tibble,duckplyr_df)
S3method(as_duckdb_tibble,grouped_df)
S3method(as_duckdb_tibble,rowwise_df)
S3method(as_duckdb_tibble,spec_tbl_df)
S3method(as_duckdb_tibble,tbl_duckdb_connection)
S3method(as_tibble,duckplyr_df)
S3method(auto_copy,duckplyr_df)
S3method(collect,duckplyr_df)
S3method(collect,lazy_duckplyr_df)
S3method(compute,duckplyr_df)
S3method(count,duckplyr_df)
S3method(cross_join,duckplyr_df)
S3method(distinct,duckplyr_df)
S3method(do,duckplyr_df)
S3method(explain,duckplyr_df)
S3method(filter,duckplyr_df)
S3method(full_join,duckplyr_df)
S3method(group_by,duckplyr_df)
S3method(group_indices,duckplyr_df)
S3method(group_keys,duckplyr_df)
S3method(group_map,duckplyr_df)
S3method(group_modify,duckplyr_df)
S3method(group_nest,duckplyr_df)
S3method(group_size,duckplyr_df)
S3method(group_split,duckplyr_df)
S3method(group_trim,duckplyr_df)
S3method(group_vars,duckplyr_df)
S3method(groups,duckplyr_df)
S3method(head,duckplyr_df)
S3method(inner_join,duckplyr_df)
S3method(intersect,duckplyr_df)
S3method(left_join,duckplyr_df)
S3method(mutate,duckplyr_df)
S3method(n_groups,duckplyr_df)
S3method(nest_by,duckplyr_df)
S3method(nest_join,duckplyr_df)
S3method(print,relational_relexpr)
S3method(pull,duckplyr_df)
S3method(reframe,duckplyr_df)
S3method(rel_aggregate,duckdb_relation)
S3method(rel_aggregate,relational_df)
S3method(rel_alias,duckdb_relation)
S3method(rel_alias,relational_df)
S3method(rel_distinct,duckdb_relation)
S3method(rel_distinct,relational_df)
S3method(rel_explain,duckdb_relation)
S3method(rel_explain,relational_df)
S3method(rel_filter,duckdb_relation)
S3method(rel_filter,relational_df)
S3method(rel_join,duckdb_relation)
S3method(rel_join,relational_df)
S3method(rel_limit,duckdb_relation)
S3method(rel_limit,relational_df)
S3method(rel_names,duckdb_relation)
S3method(rel_names,relational_df)
S3method(rel_order,duckdb_relation)
S3method(rel_order,relational_df)
S3method(rel_project,duckdb_relation)
S3method(rel_project,relational_df)
S3method(rel_set_alias,duckdb_relation)
S3method(rel_set_alias,relational_df)
S3method(rel_set_diff,duckdb_relation)
S3method(rel_set_diff,relational_df)
S3method(rel_set_intersect,duckdb_relation)
S3method(rel_set_intersect,relational_df)
S3method(rel_set_symdiff,duckdb_relation)
S3method(rel_set_symdiff,relational_df)
S3method(rel_to_df,duckdb_relation)
S3method(rel_to_df,relational_df)
S3method(rel_union_all,duckdb_relation)
S3method(rel_union_all,relational_df)
S3method(relocate,duckplyr_df)
S3method(rename,duckplyr_df)
S3method(rename_with,duckplyr_df)
S3method(right_join,duckplyr_df)
S3method(rows_append,duckplyr_df)
S3method(rows_delete,duckplyr_df)
S3method(rows_insert,duckplyr_df)
S3method(rows_patch,duckplyr_df)
S3method(rows_update,duckplyr_df)
S3method(rows_upsert,duckplyr_df)
S3method(rowwise,duckplyr_df)
S3method(select,duckplyr_df)
S3method(semi_join,duckplyr_df)
S3method(setdiff,duckplyr_df)
S3method(setequal,duckplyr_df)
S3method(slice,duckplyr_df)
S3method(slice_head,duckplyr_df)
S3method(slice_sample,duckplyr_df)
S3method(slice_tail,duckplyr_df)
S3method(summarise,duckplyr_df)
S3method(symdiff,duckplyr_df)
S3method(tbl_format_setup,duckplyr_df)
S3method(tbl_nrow,duckplyr_df)
S3method(tbl_sum,duckplyr_df)
S3method(transmute,duckplyr_df)
S3method(ungroup,duckplyr_df)
S3method(union,duckplyr_df)
S3method(union_all,duckplyr_df)
export("%>%")
export(as_duckdb_tibble)
export(as_duckplyr_df)
export(as_duckplyr_tibble)
export(compute_csv)
export(compute_parquet)
export(db_exec)
export(df_from_csv)
export(df_from_file)
export(df_from_parquet)
export(df_to_parquet)
export(duckdb_tibble)
export(duckplyr_df_from_csv)
export(duckplyr_df_from_file)
export(duckplyr_df_from_parquet)
export(duckplyr_execute)
export(fallback_config)
export(fallback_purge)
export(fallback_review)
export(fallback_sitrep)
export(fallback_upload)
export(flights_df)
export(is_duckdb_tibble)
export(is_duckplyr_df)
export(last_rel)
export(methods_overwrite)
export(methods_restore)
export(new_relational)
export(new_relexpr)
export(read_csv_duckdb)
export(read_file_duckdb)
export(read_json_duckdb)
export(read_parquet_duckdb)
export(read_sql_duckdb)
export(rel_aggregate)
export(rel_alias)
export(rel_distinct)
export(rel_explain)
export(rel_filter)
export(rel_join)
export(rel_limit)
export(rel_names)
export(rel_order)
export(rel_project)
export(rel_set_alias)
export(rel_set_diff)
export(rel_set_intersect)
export(rel_set_symdiff)
export(rel_to_df)
export(rel_union_all)
export(relexpr_comparison)
export(relexpr_constant)
export(relexpr_function)
export(relexpr_reference)
export(relexpr_set_alias)
export(relexpr_window)
export(stats_show)
import(rlang)
importFrom(collections,dict)
importFrom(collections,queue)
importFrom(dplyr,across)
importFrom(dplyr,add_count)
importFrom(dplyr,add_tally)
importFrom(dplyr,all_equal)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,auto_copy)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,case_match)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,collapse)
importFrom(dplyr,collect)
importFrom(dplyr,compute)
importFrom(dplyr,consecutive_id)
importFrom(dplyr,count)
importFrom(dplyr,cross_join)
importFrom(dplyr,cumall)
importFrom(dplyr,cumany)
importFrom(dplyr,cume_dist)
importFrom(dplyr,cummean)
importFrom(dplyr,cur_column)
importFrom(dplyr,cur_group)
importFrom(dplyr,cur_group_id)
importFrom(dplyr,cur_group_rows)
importFrom(dplyr,dense_rank)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,dplyr_col_modify)
importFrom(dplyr,dplyr_reconstruct)
importFrom(dplyr,dplyr_row_slice)
importFrom(dplyr,explain)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,funs)
importFrom(dplyr,funs_)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_prepare)
importFrom(dplyr,group_cols)
importFrom(dplyr,group_data)
importFrom(dplyr,group_indices)
importFrom(dplyr,group_keys)
importFrom(dplyr,group_map)
importFrom(dplyr,group_modify)
importFrom(dplyr,group_nest)
importFrom(dplyr,group_rows)
importFrom(dplyr,group_size)
importFrom(dplyr,group_split)
importFrom(dplyr,group_trim)
importFrom(dplyr,group_vars)
importFrom(dplyr,group_walk)
importFrom(dplyr,grouped_df)
importFrom(dplyr,groups)
importFrom(dplyr,if_any)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,intersect)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,join_by)
importFrom(dplyr,lag)
importFrom(dplyr,last)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,min_rank)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,n_groups)
importFrom(dplyr,na_if)
importFrom(dplyr,near)
importFrom(dplyr,nest_by)
importFrom(dplyr,nest_join)
importFrom(dplyr,new_grouped_df)
importFrom(dplyr,new_rowwise_df)
importFrom(dplyr,nth)
importFrom(dplyr,ntile)
importFrom(dplyr,order_by)
importFrom(dplyr,percent_rank)
importFrom(dplyr,pick)
importFrom(dplyr,pull)
importFrom(dplyr,reframe)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rename_at)
importFrom(dplyr,rename_if)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,rows_append)
importFrom(dplyr,rows_delete)
importFrom(dplyr,rows_insert)
importFrom(dplyr,rows_patch)
importFrom(dplyr,rows_update)
importFrom(dplyr,rows_upsert)
importFrom(dplyr,rowwise)
importFrom(dplyr,same_src)
importFrom(dplyr,sample_frac)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,select_all)
importFrom(dplyr,select_at)
importFrom(dplyr,select_if)
importFrom(dplyr,semi_join)
importFrom(dplyr,setdiff)
importFrom(dplyr,setequal)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,slice_sample)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarise_at)
importFrom(dplyr,summarize)
importFrom(dplyr,symdiff)
importFrom(dplyr,tally)
importFrom(dplyr,tbl_vars)
importFrom(dplyr,tibble)
importFrom(dplyr,top_n)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(dplyr,union_all)
importFrom(dplyr,vars)
importFrom(dplyr,with_groups)
importFrom(dplyr,with_order)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(pillar,tbl_format_setup)
importFrom(pillar,tbl_nrow)
importFrom(pillar,tbl_sum)
importFrom(rlang,.data)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,is_tibble)
importFrom(tibble,new_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(utils,head)
importFrom(vctrs,new_data_frame)
importFrom(vctrs,new_date)
importFrom(vctrs,new_list_of)
importFrom(vctrs,new_rcrd)
importFrom(vctrs,new_vctr)
importFrom(vctrs,obj_check_list)
importFrom(vctrs,unspecified)
importFrom(vctrs,vec_as_names)
importFrom(vctrs,vec_assign)
importFrom(vctrs,vec_c)
importFrom(vctrs,vec_cast)
importFrom(vctrs,vec_cast_common)
importFrom(vctrs,vec_cbind)
importFrom(vctrs,vec_check_size)
importFrom(vctrs,vec_count)
importFrom(vctrs,vec_data)
importFrom(vctrs,vec_detect_complete)
importFrom(vctrs,vec_in)
importFrom(vctrs,vec_init)
importFrom(vctrs,vec_match)
importFrom(vctrs,vec_ptype)
importFrom(vctrs,vec_ptype2)
importFrom(vctrs,vec_ptype_finalise)
importFrom(vctrs,vec_rbind)
importFrom(vctrs,vec_recycle_common)
importFrom(vctrs,vec_rep)
importFrom(vctrs,vec_rep_each)
importFrom(vctrs,vec_set_difference)
importFrom(vctrs,vec_set_intersect)
importFrom(vctrs,vec_set_symmetric_difference)
importFrom(vctrs,vec_set_union)
importFrom(vctrs,vec_size)
importFrom(vctrs,vec_slice)
importFrom(vctrs,vec_split)
importFrom(vctrs,vec_unique_loc)