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

Method extractFloatingPointValue

src/core/Internal.java:164–168  ·  view source on GitHub ↗

@see RowSeq#extractFloatingPointValue

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

Source from the content-addressed store, hash-verified

162
163 /** @see RowSeq#extractFloatingPointValue */
164 public static double extractFloatingPointValue(final byte[] values,
165 final int value_idx,
166 final byte flags) {
167 return RowSeq.extractFloatingPointValue(values, value_idx, flags);
168 }
169
170 /** @see TSDB#metrics_width() */
171 public static short metricWidth(final TSDB tsdb) {

Callers 8

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

Calls 1

Tested by

no test coverage detected