-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
148 lines (147 loc) · 4.52 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
# Generated by roxygen2: do not edit by hand
S3method("$",substrait_proto_message)
S3method("$<-",substrait_proto_message)
S3method("[[",substrait_proto_message)
S3method("[[<-",substrait_proto_message)
S3method(anti_join,SubstraitCompiler)
S3method(arrange,SubstraitCompiler)
S3method(as.list,substrait_proto_message)
S3method(as.raw,substrait_proto_message)
S3method(as_substrait,ArrowTabular)
S3method(as_substrait,DataType)
S3method(as_substrait,Date)
S3method(as_substrait,Field)
S3method(as_substrait,Message)
S3method(as_substrait,Schema)
S3method(as_substrait,character)
S3method(as_substrait,data.frame)
S3method(as_substrait,default)
S3method(as_substrait,double)
S3method(as_substrait,integer)
S3method(as_substrait,logical)
S3method(as_substrait,quosure)
S3method(as_substrait,substrait_AggregateFunction)
S3method(as_substrait,substrait_AggregateRel_Measure)
S3method(as_substrait,substrait_Expression)
S3method(as_substrait,substrait_Expression_Literal)
S3method(as_substrait,substrait_Expression_ScalarFunction)
S3method(as_substrait,substrait_FunctionArgument)
S3method(as_substrait,substrait_proto_message)
S3method(collect,SubstraitCompiler)
S3method(count,SubstraitCompiler)
S3method(distinct,SubstraitCompiler)
S3method(filter,SubstraitCompiler)
S3method(from_substrait,DataType)
S3method(from_substrait,Date)
S3method(from_substrait,RecordBatch)
S3method(from_substrait,Schema)
S3method(from_substrait,character)
S3method(from_substrait,data.frame)
S3method(from_substrait,default)
S3method(from_substrait,double)
S3method(from_substrait,integer)
S3method(from_substrait,logical)
S3method(from_substrait,substrait_proto_message)
S3method(from_substrait,vctrs_unspecified)
S3method(full_join,SubstraitCompiler)
S3method(group_by,SubstraitCompiler)
S3method(group_vars,SubstraitCompiler)
S3method(head,SubstraitCompiler)
S3method(inner_join,SubstraitCompiler)
S3method(left_join,SubstraitCompiler)
S3method(length,substrait_proto_message)
S3method(mutate,SubstraitCompiler)
S3method(names,substrait_proto_message)
S3method(print,substrait_proto_enum)
S3method(print,substrait_proto_message)
S3method(relocate,SubstraitCompiler)
S3method(rename,SubstraitCompiler)
S3method(rename_with,SubstraitCompiler)
S3method(right_join,SubstraitCompiler)
S3method(select,SubstraitCompiler)
S3method(semi_join,SubstraitCompiler)
S3method(substrait_compiler,ArrowTabular)
S3method(substrait_compiler,SubstraitCompiler)
S3method(substrait_compiler,default)
S3method(summarise,SubstraitCompiler)
S3method(summarize,SubstraitCompiler)
S3method(transmute,SubstraitCompiler)
S3method(ungroup,SubstraitCompiler)
export(SubstraitCompiler)
export(arrow_substrait_compiler)
export(as_substrait)
export(as_substrait_expression)
export(as_substrait_type)
export(current_compiler)
export(duckdb_from_substrait)
export(duckdb_get_substrait)
export(duckdb_substrait_compiler)
export(filter)
export(from_substrait)
export(has_duckdb_with_substrait)
export(join_emit_all)
export(join_emit_default)
export(join_name_repair_none)
export(join_name_repair_suffix_common)
export(local_compiler)
export(select)
export(substrait)
export(substrait_aggregate)
export(substrait_binary)
export(substrait_boolean)
export(substrait_call)
export(substrait_call_agg)
export(substrait_compiler)
export(substrait_create)
export(substrait_date)
export(substrait_eval)
export(substrait_eval_data)
export(substrait_fetch)
export(substrait_filter)
export(substrait_fp32)
export(substrait_fp64)
export(substrait_group_by)
export(substrait_i16)
export(substrait_i32)
export(substrait_i64)
export(substrait_i8)
export(substrait_interval_day)
export(substrait_interval_year)
export(substrait_join)
export(substrait_project)
export(substrait_select)
export(substrait_sort)
export(substrait_sort_field)
export(substrait_string)
export(substrait_time)
export(substrait_timestamp)
export(substrait_timestamp_tz)
export(substrait_ungroup)
export(substrait_uuid)
export(with_compiler)
importFrom(R6,R6Class)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,collect)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(utils,head)