-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
103 lines (77 loc) · 1.57 KB
/
NAMESPACE
File metadata and controls
103 lines (77 loc) · 1.57 KB
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
useDynLib(indexing)
importFrom(stats, na.omit)
importFrom(mmap,
as.Ctype,
"extractFUN<-",
int32,
is.mmap,
mmap,
mmapFlags,
nbytes
)
export(
.IndexEnv,
indexenv,
create_index,
createData,
load_index, loadIndex,
loadHIndex,
loadData,
search_index,
"%r%",
## dimnames and dim to simulate rectangular
dimnames.indexed_db,
dim.indexed_db,
partitions
)
export(
is.bitmap,
is.bitmap_lzo,
as.rowid,
compress_bitmap,
decompress_bitmap_lzo
)
export(
# general utility functions
localtime,
# fast sequential binary file read with `[` method
seqfile
)
S3method(dim, indexed_db)
S3method(dimnames, indexed_db)
S3method(as.rowid, rowid)
S3method(as.rowid, bitmap)
S3method(as.rowid, list)
S3method(as.rowid, default)
S3method('[<-', bitmap)
S3method(print, bitmap)
S3method('[', seqfile)
S3method(print, seqfile)
S3method('[', dfactor)
S3method(print, dfactor)
S3method(create_index.mmap, integer)
S3method(create_index.mmap, double)
S3method(create_index.mmap, character)
S3method("<", indexed)
S3method("<=", indexed)
S3method(">", indexed)
S3method(">=", indexed)
S3method("==", indexed)
S3method("!=", indexed)
S3method("%r%", indexed)
S3method("%r%", numeric)
S3method("%r%", mmap)
S3method(length, indexed)
S3method(seq, indexed_list)
S3method(subset, indexed_db)
# indexed_posixct
S3method(Ops, indexed_posixct)
# indexed_date
S3method("==", indexed_date)
S3method("[", indexed_db)
S3method("&", rowid)
S3method("|", rowid)
S3method("&", bitmap)
S3method("|", bitmap)
S3method(print, indexed_db)
S3method(print, rowid)