@return the sorted qualifier in a compacted data point format after #parseKeyValue(TSDB, KeyValue) has been called
()
| 238 | /** @return the sorted qualifier in a compacted data point format after |
| 239 | * {@link #parseKeyValue(TSDB, KeyValue)} has been called */ |
| 240 | public byte[] qualifier() { |
| 241 | return qualifier; |
| 242 | } |
| 243 | |
| 244 | /** @return the sorted value in a compacted data point format after |
| 245 | * {@link #parseKeyValue(TSDB, KeyValue)} has been called */ |
no outgoing calls