Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/opentsdb
/ next
Method
next
src/query/expression/UnionIterator.java:339–342 ·
view source on GitHub ↗
(long timestamp)
Source
from the content-addressed store, hash-verified
337
}
338
339
@Override
340
public
ExpressionDataPoint[] next(long timestamp) {
341
throw
new
NotImplementedException();
342
}
343
344
@Override
345
public
long nextTimestamp() {
Callers
15
twoAndThreeSeries
Method · 0.95
twoAndThreeSeriesExtraDP
Method · 0.95
threeSeriesUnionToFour
Method · 0.95
threeSeriesUnionToExtraDPs
Method · 0.95
threeSeriesAgged
Method · 0.95
threeSeriesWithNaNs
Method · 0.95
twoSeriesTimeOffset
Method · 0.95
threeSeriesUsingResultTags
Method · 0.95
threeSeriesUsingQueryTags
Method · 0.95
commonAggregatedTag
Method · 0.95
extraAggTagIgnored
Method · 0.95
extraAggTag
Method · 0.95
Calls
8
hasNext
Method · 0.95
nextTimestamp
Method · 0.95
values
Method · 0.65
next
Method · 0.65
reset
Method · 0.45
getValue
Method · 0.45
get
Method · 0.45
getKey
Method · 0.45
Tested by
15
twoAndThreeSeries
Method · 0.76
twoAndThreeSeriesExtraDP
Method · 0.76
threeSeriesUnionToFour
Method · 0.76
threeSeriesUnionToExtraDPs
Method · 0.76
threeSeriesAgged
Method · 0.76
threeSeriesWithNaNs
Method · 0.76
twoSeriesTimeOffset
Method · 0.76
threeSeriesUsingResultTags
Method · 0.76
threeSeriesUsingQueryTags
Method · 0.76
commonAggregatedTag
Method · 0.76
extraAggTagIgnored
Method · 0.76
extraAggTag
Method · 0.76