-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 742 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 742 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(as.POSIXct,t_stamp)
S3method(as.character,t_stamp)
S3method(counter,queue)
S3method(empty,queue)
S3method(length,queue)
S3method(max_index,queue)
S3method(min_index,queue)
S3method(push,queue)
S3method(remove,queue)
S3method(sorted_index,queue)
S3method(t_stamp,character)
export("%earlier%")
export("%later%")
export("%same_time%")
export(check_format_tstamp)
export(counter)
export(createTable)
export(cur_timestamp)
export(dbColumnClass)
export(dbDatabaseClass)
export(dbTableClass)
export(empty)
export(max_index)
export(min_index)
export(push)
export(queue)
export(remove)
export(sorted_index)
export(t_stamp)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
useDynLib(dbMapR)