MCPcopy 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

twoAndThreeSeriesMethod · 0.95
threeSeriesAggedMethod · 0.95
threeSeriesWithNaNsMethod · 0.95
twoSeriesTimeOffsetMethod · 0.95
commonAggregatedTagMethod · 0.95
extraAggTagIgnoredMethod · 0.95
extraAggTagMethod · 0.95

Calls 8

hasNextMethod · 0.95
nextTimestampMethod · 0.95
valuesMethod · 0.65
nextMethod · 0.65
resetMethod · 0.45
getValueMethod · 0.45
getMethod · 0.45
getKeyMethod · 0.45

Tested by 15

twoAndThreeSeriesMethod · 0.76
threeSeriesAggedMethod · 0.76
threeSeriesWithNaNsMethod · 0.76
twoSeriesTimeOffsetMethod · 0.76
commonAggregatedTagMethod · 0.76
extraAggTagIgnoredMethod · 0.76
extraAggTagMethod · 0.76