Sets the time in a raw data table row key @param row The row to modify @param base_time The base time to store @since 2.3
(final byte[] row, int base_time)
| 144 | * @since 2.3 |
| 145 | */ |
| 146 | public static void setBaseTime(final byte[] row, int base_time) { |
| 147 | Bytes.setInt(row, base_time, Const.SALT_WIDTH() + |
| 148 | TSDB.metrics_width()); |
| 149 | } |
| 150 | |
| 151 | /** @see Tags#getTags */ |
| 152 | public static Map<String, String> getTags(final TSDB tsdb, final byte[] row) { |