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

Method extractIntegerValue

src/core/Internal.java:157–161  ·  view source on GitHub ↗

@see RowSeq#extractIntegerValue

(final byte[] values,
                                         final int value_idx,
                                         final byte flags)

Source from the content-addressed store, hash-verified

155
156 /** @see RowSeq#extractIntegerValue */
157 public static long extractIntegerValue(final byte[] values,
158 final int value_idx,
159 final byte flags) {
160 return RowSeq.extractIntegerValue(values, value_idx, flags);
161 }
162
163 /** @see RowSeq#extractFloatingPointValue */
164 public static double extractFloatingPointValue(final byte[] values,

Callers 8

fsckRowMethod · 0.95
fsckDataPointsMethod · 0.95
valueCountMethod · 0.95
longValueMethod · 0.95
longValueMethod · 0.95
toStringMethod · 0.95
sinkDataPointMethod · 0.95
parseValueMethod · 0.45

Calls 1

extractIntegerValueMethod · 0.95

Tested by

no test coverage detected