For this one... On Tue, Jun 5, 2012 at 8:19 PM, Vladimir Rodionov <[email protected]> wrote: > 3. Row prefix delete operation - Delete all rows which starts with a 'prefix'
This is interesting. Worth considering a Delete API that takes a Scan (or equivalent*) as argument? * - Possibly pulling up the start row, stop row, filter chain fields of Scan into a more generic object that can be passed to such an API and extended by Scan, if the use of Scan in an API like Delete leads in consensus opinion to a mixed metaphor. Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
