-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
38 lines (37 loc) · 1.44 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
# Generated by roxygen2: do not edit by hand
S3method("$<-",RGlareDbConnection)
S3method("$<-",RGlareDbConnection__bundle)
S3method("$<-",RGlareDbExecutionOutput)
S3method("$<-",RGlareDbExecutionOutput__bundle)
S3method("$<-",RGlareDbTable)
S3method("$<-",RGlareDbTable__bundle)
S3method("[[<-",RGlareDbConnection)
S3method("[[<-",RGlareDbConnection__bundle)
S3method("[[<-",RGlareDbExecutionOutput)
S3method("[[<-",RGlareDbExecutionOutput__bundle)
S3method("[[<-",RGlareDbTable)
S3method("[[<-",RGlareDbTable__bundle)
S3method(as.data.frame,RGlareDbExecutionOutput)
S3method(as.data.frame,RGlareDbTable)
S3method(as_glaredb_table,RGlareDbExecutionOutput)
S3method(as_glaredb_table,RGlareDbTable)
S3method(as_glaredb_table,default)
S3method(as_glaredb_table,nanoarrow_array_stream)
S3method(as_nanoarrow_array_stream,RGlareDbExecutionOutput)
S3method(as_nanoarrow_array_stream,RGlareDbTable)
S3method(print,RGlareDbConnection)
S3method(print,RGlareDbConnection__bundle)
S3method(print,RGlareDbExecutionOutput)
S3method(print,RGlareDbExecutionOutput__bundle)
S3method(print,RGlareDbTable)
S3method(print,RGlareDbTable__bundle)
export(as_glaredb_table)
export(glaredb_connect)
export(glaredb_execute)
export(glaredb_prql)
export(glaredb_sql)
importFrom(nanoarrow,as_nanoarrow_array_stream)
importFrom(nanoarrow,nanoarrow_allocate_array_stream)
importFrom(nanoarrow,nanoarrow_pointer_addr_chr)
importFrom(nanoarrow,nanoarrow_schema_parse)
useDynLib(glaredb, .registration = TRUE)