Hi,

I'm interesting in scanning for all columns inserted _after_ a certain
timestamp.  The getScanner methods that take a timestamp return all
columns _before_ that time.  Is there any way for me to accomplish
what I'm trying to do without sending gobs of results over the wire
that I have no interest in?  Is this possible maybe via a
RowFilterInterface impl?

If it's not doable currently, is it a valid feature request?

Thanks in advance.
-Tom

Reply via email to