MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / isInteger

Method isInteger

src/core/BatchedDataPoints.java:417–421  ·  view source on GitHub ↗
(final int i)

Source from the content-addressed store, hash-verified

415 }
416
417 @Override
418 public boolean isInteger(final int i) {
419 checkIndex(i);
420 return isInteger(i, qualifierOffset(i));
421 }
422
423 /**
424 * Tells whether or not the ith value is integer. Uses pre-computed qualifier offset.

Callers 3

longValueMethod · 0.95
doubleValueMethod · 0.95
toStringMethod · 0.95

Calls 3

checkIndexMethod · 0.95
qualifierOffsetMethod · 0.95
getFlagsFromQualifierMethod · 0.95

Tested by

no test coverage detected