MCPcopy
hub / github.com/OpenTSDB/opentsdb / values

Method values

src/query/expression/ExpressionIterator.java:362–365  ·  view source on GitHub ↗

@return a list of expression results. You can keep this list and check the results on each call to #next(int)

()

Source from the content-addressed store, hash-verified

360 /** @return a list of expression results. You can keep this list and check the
361 * results on each call to {@link #next(int)} */
362 @Override
363 public ExpressionDataPoint[] values() {
364 return dps;
365 }
366
367 /**
368 * Pulls the variable names from the expression and stores them in {@link #names}

Callers 15

ctorMethod · 0.95
aPlusBWithTwoSeriesMethod · 0.95
aMinusBWithTwoSeriesMethod · 0.95
aTimesBWithTwoSeriesMethod · 0.95
aDivideBWithTwoSeriesMethod · 0.95
aModBWithTwoSeriesMethod · 0.95
aPlusScalarDropBMethod · 0.95

Calls

no outgoing calls

Tested by 15

ctorMethod · 0.76
aPlusBWithTwoSeriesMethod · 0.76
aMinusBWithTwoSeriesMethod · 0.76
aTimesBWithTwoSeriesMethod · 0.76
aDivideBWithTwoSeriesMethod · 0.76
aModBWithTwoSeriesMethod · 0.76
aPlusScalarDropBMethod · 0.76