Hi HBase community: I have a requirement in which I need to query a row based on the timestamp stored in the value of a column of a row. For example.
(rowkeyA of col1) -> (value) at timestamp = t1, (value) stores t2. Result should return all columns of rowkeyA at timestamp = t2. Note that t1 > t2 ALWAYS. Can this sound like something that can be done using Filter? If yes, can it be done using the existing filters in HBase without customization? Best Regards, Jerry
