@see RowSeq#extractFloatingPointValue
(final byte[] values,
final int value_idx,
final byte flags)
| 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) { |
no test coverage detected