forked from druid-io/RDruid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
76 lines (76 loc) · 1.99 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
S3method("!",druid.filter)
S3method("!",druid.having)
S3method("!=",druid.dimension)
S3method("%=%",druid.dimension)
S3method("%~%",druid.dimension)
S3method("&",druid.aggregator)
S3method("&",druid.filter)
S3method("&",druid.having)
S3method("*",druid.postaggregator)
S3method("+",druid.postaggregator)
S3method("-",druid.postaggregator)
S3method("/",druid.postaggregator)
S3method("<=",druid.aggregation)
S3method("==",druid.aggregation)
S3method("==",druid.dimension)
S3method(">=",druid.aggregation)
S3method("|",druid.filter)
S3method("|",druid.having)
S3method(longSum,druid.metric)
S3method(max,druid.metric)
S3method(min,druid.metric)
S3method(print,druid.aggregation)
S3method(print,druid.aggregator)
S3method(print,druid.dimension)
S3method(print,druid.filter)
S3method(print,druid.granularity)
S3method(print,druid.having)
S3method(print,druid.metric)
S3method(print,druid.postaggregator)
S3method(sum,druid.metric)
S3method(sum,druid.postaggregator)
S3method(toISO,Interval)
S3method(toISO,POSIXt)
S3method(toISO,character)
S3method(toISO,list)
S3method(toISO,numeric)
S3method(toString,druid.aggregator)
S3method(toString,druid.filter)
S3method(toString,druid.granularity)
S3method(toString,druid.having)
S3method(toString,druid.postaggregator)
export("%=%")
export("%~%")
export(aggregation)
export(dimension)
export(druid.build.aggregation)
export(druid.build.postaggregator)
export(druid.count)
export(druid.filter.and)
export(druid.filter.javascript)
export(druid.filter.or)
export(druid.filter.regex)
export(druid.having.and)
export(druid.having.or)
export(druid.query.dataSources)
export(druid.query.dimensions)
export(druid.query.groupBy)
export(druid.query.metrics)
export(druid.query.segmentMetadata)
export(druid.query.timeBoundary)
export(druid.query.timeseries)
export(druid.query.topN)
export(druid.url)
export(equalTo)
export(field)
export(fromISO)
export(granularity)
export(javascript)
export(longSum)
export(metric)
export(selector)
export(toISO)
import(RCurl)
import(RJSONIO)
import(lubridate)
import(plyr)