Re: A trigger that modifies the current Mutation

2014-09-29 Thread Robert Coli
On Sat, Sep 27, 2014 at 11:08 PM, Pinak Pani < nishant.has.a.quest...@gmail.com> wrote: > I wanted to create a trigger that alters the current mutation. > (ObMetaAside : Dear God... why?) Triggers will probably not survive in their current form. If I was planning to use them for anything, I woul

A trigger that modifies the current Mutation

2014-09-27 Thread Pinak Pani
Hi, I wanted to create a trigger that alters the current mutation. For example, I wanted to, say, iterate through the ColumnFamily in augment method and look for all the fields that are of type text or varchar and change them to upper case. I am not sure how to do that. Can someone help me? Basic