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